X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fhardhacker.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fhardhacker.yaml;h=73a3212d43dac574e1a96439c7c4b74306cc9244;hb=b8030835635ae68ab8574312b1b663d1237103ad;hp=0000000000000000000000000000000000000000;hpb=f4140dc0fdc0ca9e384ab4592df70ecd46a4aca3;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/hardhacker.yaml b/stow/alacritty/.config/alacritty/themes/themes/hardhacker.yaml new file mode 100644 index 0000000..73a3212 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/hardhacker.yaml @@ -0,0 +1,34 @@ +# hardhacker colorscheme for alacritty +# by xin wu, https://github.com/hardhackerlabs/theme-alacritty +colors: + # Default colors + primary: + background: '0x282433' + foreground: '0xeee9fc' + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '0xeee9fc' + cursor: '0xeee9fc' + + # Normal colors + normal: + black: '0x282433' + red: '0xe965a5' + green: '0xb1f2a7' + yellow: '0xebde76' + blue: '0xb1baf4' + magenta: '0xe192ef' + cyan: '0xb3f4f3' + white: '0xeee9fc' + + # Bright colors + bright: + black: '0x3f3951' + red: '0xe965a5' + green: '0xb1f2a7' + yellow: '0xebde76' + blue: '0xb1baf4' + magenta: '0xe192ef' + cyan: '0xb3f4f3' + white: '0xeee9fc'