]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/cyber_punk_neon.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / cyber_punk_neon.yaml
1 # Cyber Punk Neon
2 # Source: https://github.com/Roboron3042/Cyberpunk-Neon
3 colors:
4   # Default colors
5   primary:
6     background: "0x000b1e"
7     foreground: "0x0abdc6"
8
9   # Colors the cursor will use if `custom_cursor_colors` is true
10   cursor:
11     text:   "0x000b1e"
12     cursor: "0x0abdc6"
13
14   # Normal colors
15   normal:
16     black:   "0x123e7c"
17     red:     "0xff0000"
18     green:   "0xd300c4"
19     yellow:  "0xf57800"
20     blue:    "0x123e7c"
21     magenta: "0x711c91"
22     cyan:    "0x0abdc6"
23     white:   "0xd7d7d5"
24
25   # Bright colors
26   bright:
27     black:   "0x1c61c2"
28     red:     "0xff0000"
29     green:   "0xd300c4"
30     yellow:  "0xf57800"
31     blue:    "0x00ff00"
32     magenta: "0x711c91"
33     cyan:    "0x0abdc6"
34     white:   "0xd7d7d5"