aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-05-06 20:12:39 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:30 +0100
commiteaac7241edcff190947e293eeb8941d37a1d3d13 (patch)
tree6623324d6da5d9194efde780d0ea8a42ff29eda4
parentdede7695de51861b60b0691ba88aeafd6244aa81 (diff)
downloaddotnvim-eaac7241edcff190947e293eeb8941d37a1d3d13.tar.gz
dotnvim-eaac7241edcff190947e293eeb8941d37a1d3d13.zip
More gruvbox
-rw-r--r--gruvbox-dark.conf38
-rw-r--r--kitty.conf41
2 files changed, 39 insertions, 40 deletions
diff --git a/gruvbox-dark.conf b/gruvbox-dark.conf
new file mode 100644
index 0000000..efb3871
--- /dev/null
+++ b/gruvbox-dark.conf
@@ -0,0 +1,38 @@
+# -----------------------------------------------------------------------------
+# File: gruvbox-dark.conf
+# Description: Retro groove colorscheme generalized
+# Author: morhetz <morhetz@gmail.com>
+# Source: https://github.com/morhetz/gruvbox-generalized
+# Last Modified: 9 Feb 2019
+# -----------------------------------------------------------------------------
+
+# hard contrast: background #1d2021
+background #282828
+# soft contrast: background #32302f
+foreground #ebdbb2
+cursor #fbf1c7
+url_color #83a598
+# Black + DarkGrey
+color0 #282828
+color8 #928374
+# DarkRed + Red
+color1 #cc241d
+color9 #fb4934
+# DarkGreen + Green
+color2 #98971a
+color10 #b8bb26
+# DarkYellow + Yellow
+color3 #d79921
+color11 #fabd2f
+# DarkBlue + Blue
+color4 #458588
+color12 #83a598
+# DarkMagenta + Magenta
+color5 #b16286
+color13 #d3869b
+# DarkCyan + Cyan
+color6 #689d6a
+color14 #8ec07c
+# LightGrey + White
+color7 #a89984
+color15 #ebdbb2
diff --git a/kitty.conf b/kitty.conf
index 1316992..865f723 100644
--- a/kitty.conf
+++ b/kitty.conf
@@ -1263,44 +1263,5 @@ map kitty_mod+delete clear_terminal reset active
#: theme
-# Based on https://github.com/morhetz/gruvbox by morhetz <morhetz@gmail.com>
-# Adapted to kitty by wdomitrz <witekdomitrz@gmail.com>
+include ~/.vim/gruvbox-dark.conf
-cursor #928374
-
-background #282828
-foreground #fbf1c7
-selection_foreground #928374
-selection_background #ebdbb2
-
-# black
-color0 #282828
-color8 #7c6f64
-
-# red
-color1 #cc241d
-color9 #fb4934
-
-#: green
-color2 #98971a
-color10 #b8bb26
-
-# yellow
-color3 #d79921
-color11 #fabd2f
-
-# blue
-color4 #458588
-color12 #83a598
-
-# purple
-color5 #b16286
-color13 #d3869b
-
-# aqua
-color6 #689d6a
-color14 #8ec07c
-
-# white
-color7 #a89984
-color15 #fbf1c7