X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fcyber_punk_neon.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fcyber_punk_neon.yaml;h=5292ddd4c132b8ef581b9e3768beb6b0d4b91c0c;hb=fd1090ed80fad18f294e826efc8503d7f02b9553;hp=0000000000000000000000000000000000000000;hpb=1255f8a18dca551f339abdd8c7e0f042c7f36011;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/cyber_punk_neon.yaml b/stow/alacritty/.config/alacritty/themes/themes/cyber_punk_neon.yaml new file mode 100644 index 0000000..5292ddd --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/cyber_punk_neon.yaml @@ -0,0 +1,34 @@ +# Cyber Punk Neon +# Source: https://github.com/Roboron3042/Cyberpunk-Neon +colors: + # Default colors + primary: + background: "0x000b1e" + foreground: "0x0abdc6" + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: "0x000b1e" + cursor: "0x0abdc6" + + # Normal colors + normal: + black: "0x123e7c" + red: "0xff0000" + green: "0xd300c4" + yellow: "0xf57800" + blue: "0x123e7c" + magenta: "0x711c91" + cyan: "0x0abdc6" + white: "0xd7d7d5" + + # Bright colors + bright: + black: "0x1c61c2" + red: "0xff0000" + green: "0xd300c4" + yellow: "0xf57800" + blue: "0x00ff00" + magenta: "0x711c91" + cyan: "0x0abdc6" + white: "0xd7d7d5"