]> git.rmz.io Git - dotfiles.git/blob - xinit/Xresources.d/colors_gruvbox
nvim: add FPP copyright snippet
[dotfiles.git] / xinit / Xresources.d / colors_gruvbox
1 ! vim:set ft=xdefaults:
2 ! These were the original colours in my XResources before I switched
3 ! to Nord, I believe they are gruvbox, but could be something else.
4
5 *.background: #000000
6 *.foreground: #f8f8f2
7 ! Black
8 *.color0: #262729
9 *.color8: #262729
10 ! Red
11 *.color1: #f92671
12 *.color9: #ff669d
13 ! Green
14 *.color2: #a6e22e
15 *.color10: #beed5f
16 ! Yellow
17 *.color3: #fd971f
18 *.color11: #e6db74
19 ! Blue
20 *.color4: #1692d0
21 *.color12: #66d9ef
22 ! Magenta
23 *.color5: #9e6ffe
24 *.color13: #df92f6
25 ! Cyan
26 *.color6: #5e7175
27 *.color14: #a3babf
28 ! White
29 *.color7: #ffffff
30 *.color15: #ffffff
31 ! Cursor
32 *.cursorColor: #b5d2dd