X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fzenburn.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fzenburn.yaml;h=4a22a27aa11f47d2f067e4e1909a963471a4ded4;hb=fd1090ed80fad18f294e826efc8503d7f02b9553;hp=0000000000000000000000000000000000000000;hpb=1255f8a18dca551f339abdd8c7e0f042c7f36011;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/zenburn.yaml b/stow/alacritty/.config/alacritty/themes/themes/zenburn.yaml new file mode 100644 index 0000000..4a22a27 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/zenburn.yaml @@ -0,0 +1,30 @@ + +# Colors (Zenburn) +# Orginally designed by jnurmine for vim. +colors: + # Default colors + primary: + background: '0x3A3A3A' + foreground: '0xDCDCCC' + + # Normal colors + normal: + black: '0x1E2320' + red: '0xD78787' + green: '0x60B48A' + yellow: '0xDFAF8F' + blue: '0x506070' + magenta: '0xDC8CC3' + cyan: '0x8CD0D3' + white: '0xDCDCCC' + + # Bright colors + bright: + black: '0x709080' + red: '0xDCA3A3' + green: '0xC3BF9F' + yellow: '0xF0DFAF' + blue: '0x94BFF3' + magenta: '0xEC93D3' + cyan: '0x93E0E3' + white: '0xFFFFFF'