X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fmidnight-haze.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fmidnight-haze.yaml;h=987005c2a0f395ba77ce20f452a91eefb8c57a2d;hb=fd1090ed80fad18f294e826efc8503d7f02b9553;hp=0000000000000000000000000000000000000000;hpb=1255f8a18dca551f339abdd8c7e0f042c7f36011;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/midnight-haze.yaml b/stow/alacritty/.config/alacritty/themes/themes/midnight-haze.yaml new file mode 100644 index 0000000..987005c --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/midnight-haze.yaml @@ -0,0 +1,29 @@ +# Midnight Haze theme +# Source: https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme/blob/main/midnight-haze.yml +colors: + # Default colors + primary: + background: '0x0c0c16' + foreground: '0xd8dee9' + + # Normal colors + normal: + black: '0x2c2c3d' + red: '0xff6e6e' + green: '0x9ec875' + yellow: '0xffa759' + blue: '0x70a7d4' + magenta: '0xd291e0' + cyan: '0x96e0e0' + white: '0xd8dee9' + + # Bright colors + bright: + black: '0x414166' + red: '0xff8d8d' + green: '0xb3d987' + yellow: '0xffc57f' + blue: '0x9bb3d3' + magenta: '0xffa1ff' + cyan: '0x9cd8d8' + white: '0xffffff' \ No newline at end of file