X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fdark_pastels.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fdark_pastels.yaml;h=97eb7f9e8db62c0861cbbd06b40e57b4a3f86c7b;hb=b8030835635ae68ab8574312b1b663d1237103ad;hp=0000000000000000000000000000000000000000;hpb=f4140dc0fdc0ca9e384ab4592df70ecd46a4aca3;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/dark_pastels.yaml b/stow/alacritty/.config/alacritty/themes/themes/dark_pastels.yaml new file mode 100644 index 0000000..97eb7f9 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/dark_pastels.yaml @@ -0,0 +1,29 @@ + +# Colors (Konsole's Dark Pastels) +colors: + # Default colors + primary: + background: '0x2C2C2C' + foreground: '0xDCDCCC' + + # Normal colors + normal: + black: '0x3F3F3F' + red: '0x705050' + green: '0x60B48A' + yellow: '0xDFAF8F' + blue: '0x9AB8D7' + magenta: '0xDC8CC3' + cyan: '0x8CD0D3' + white: '0xDCDCCC' + + # Bright colors + bright: + black: '0x709080' + red: '0xDCA3A3' + green: '0x72D5A3' + yellow: '0xF0DFAF' + blue: '0x94BFF3' + magenta: '0xEC93D3' + cyan: '0x93E0E3' + white: '0xFFFFFF'