From eaac7241edcff190947e293eeb8941d37a1d3d13 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 6 May 2021 20:12:39 +0100 Subject: More gruvbox --- gruvbox-dark.conf | 38 ++++++++++++++++++++++++++++++++++++++ kitty.conf | 41 +---------------------------------------- 2 files changed, 39 insertions(+), 40 deletions(-) create mode 100644 gruvbox-dark.conf 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 +# 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 -# Adapted to kitty by wdomitrz +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 -- cgit v1.2.3