diff options
Diffstat (limited to '.config/alacritty/colorschemes/high_contrast.yaml')
-rwxr-xr-x | .config/alacritty/colorschemes/high_contrast.yaml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.config/alacritty/colorschemes/high_contrast.yaml b/.config/alacritty/colorschemes/high_contrast.yaml deleted file mode 100755 index cd4cdb7..0000000 --- a/.config/alacritty/colorschemes/high_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (High Contrast) -colors: - # Default colors - primary: - background: '0x444444' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' - - # Bright colors - bright: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' |