aboutsummaryrefslogtreecommitdiff
path: root/theme/gruvbox.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-06-14 17:37:53 +0100
committerAkshay <[email protected]>2022-06-14 17:37:53 +0100
commit6066b1bbe2c1cdaa8b0085a92071c11d64e9abbf (patch)
tree77db1d8e39d425105bf0ad20fb83881654d1ab33 /theme/gruvbox.nix
parent0ed4698d124a4bfd9e57fbe99d89b6a46a7c11f0 (diff)
stuff for colemak
Diffstat (limited to 'theme/gruvbox.nix')
-rw-r--r--theme/gruvbox.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme/gruvbox.nix b/theme/gruvbox.nix
new file mode 100644
index 0000000..cda6834
--- /dev/null
+++ b/theme/gruvbox.nix
@@ -0,0 +1,18 @@
1{
2 base00 = "#282828";
3 base01 = "#3c3836";
4 base02 = "#504945";
5 base03 = "#665c54";
6 base04 = "#bdae93";
7 base05 = "#d5c4a1";
8 base06 = "#ebdbb2";
9 base07 = "#fbf1c7";
10 base08 = "#fb4934";
11 base09 = "#fe8019";
12 base0A = "#fabd2f";
13 base0B = "#b8bb26";
14 base0C = "#8ec07c";
15 base0D = "#83a598";
16 base0E = "#d3869b";
17 base0F = "#d65d0e";
18}