X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Flow_contrast.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Flow_contrast.yaml;h=35bbb4e68d6b1dfdadbac3cdb88faa35b14cf1b0;hb=fd1090ed80fad18f294e826efc8503d7f02b9553;hp=0000000000000000000000000000000000000000;hpb=1255f8a18dca551f339abdd8c7e0f042c7f36011;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/low_contrast.yaml b/stow/alacritty/.config/alacritty/themes/themes/low_contrast.yaml new file mode 100644 index 0000000..35bbb4e --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/low_contrast.yaml @@ -0,0 +1,33 @@ +# Colors (Dim) +colors: + # Default colors + primary: + background: '0x333333' + foreground: '0xdddddd' + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '0xaaaaaa' + cursor: '0xffffff' + + # Normal colors + normal: + black: '0x000000' + red: '0xbb0000' + green: '0x00bb00' + yellow: '0xbbbb00' + blue: '0x0000bb' + magenta: '0xbb00bb' + cyan: '0x00bbbb' + white: '0xbbbbbb' + + # Bright colors + bright: + black: '0x000000' + red: '0xbb0000' + green: '0x00bb00' + yellow: '0xbbbb00' + blue: '0x0000bb' + magenta: '0xbb00bb' + cyan: '0x00bbbb' + white: '0xbbbbbb'