X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fsnazzy.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fsnazzy.yaml;h=aacebd077263bbf850b94defef8257af407dd2e2;hb=fd1090ed80fad18f294e826efc8503d7f02b9553;hp=0000000000000000000000000000000000000000;hpb=1255f8a18dca551f339abdd8c7e0f042c7f36011;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/snazzy.yaml b/stow/alacritty/.config/alacritty/themes/themes/snazzy.yaml new file mode 100644 index 0000000..aacebd0 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/snazzy.yaml @@ -0,0 +1,28 @@ +# Colors (Snazzy) +colors: + # Default colors + primary: + background: '0x282a36' + foreground: '0xeff0eb' + + # Normal colors + normal: + black: '0x282a36' + red: '0xff5c57' + green: '0x5af78e' + yellow: '0xf3f99d' + blue: '0x57c7ff' + magenta: '0xff6ac1' + cyan: '0x9aedfe' + white: '0xf1f1f0' + + # Bright colors + bright: + black: '0x686868' + red: '0xff5c57' + green: '0x5af78e' + yellow: '0xf3f99d' + blue: '0x57c7ff' + magenta: '0xff6ac1' + cyan: '0x9aedfe' + white: '0xf1f1f0' \ No newline at end of file