From 5cc5d9c7f85594150f54844dfd5187d55d972682 Mon Sep 17 00:00:00 2001 From: Mitchell Simon Date: Mon, 9 Sep 2019 09:54:43 -0400 Subject: [PATCH] Replace borrowed theme w/ custom theme based on gruvbox --- .config/kitty/kitty.conf | 90 +++++++++------------------------------- 1 file changed, 20 insertions(+), 70 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 1196e4b..279bde1 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -458,59 +458,9 @@ hide_window_decorations yes #: }}} #: Color scheme {{{ -# -# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox -# This work is licensed under the terms of the MIT license. -# For a copy, see https://opensource.org/licenses/MIT. -background #282828 -foreground #ebdbb2 - -cursor #928374 - -selection_foreground #928374 -selection_background #3c3836 - -color0 #282828 -color8 #fbf1c7 - -# red -color1 #cc241d -# light red -color9 #fb4934 - -# green -color2 #98971a -# light green -color10 #b8bb26 - -# yellow -color3 #d79921 -# light yellow -color11 #fabd2d - -# blue -color4 #458588 -# light blue -color12 #83a598 - -# magenta -color5 #b16286 -# light magenta -color13 #d3869b - -# cyan -color6 #689d6a -# lighy cyan -color14 #8ec07c - -# light gray -color7 #a89984 -# dark gray -color15 #928374 - -# foreground #dddddd -# background #000000 +foreground #ebdbb2 +background #282828 #: The foreground and background colors @@ -543,12 +493,12 @@ color15 #928374 #: How much to dim text that has the DIM/FAINT attribute set. One #: means no dimming and zero means fully dimmed (i.e. invisible). -# selection_foreground #000000 +selection_foreground #ebdbb2 #: The foreground for text selected with the mouse. A value of none #: means to leave the color unchanged. -# selection_background #fffacd +selection_background #a89984 #: The background for text selected with the mouse. @@ -557,43 +507,43 @@ color15 #928374 #: dull and bright version. You can also set the remaining colors from #: the 256 color table as color16 to color255. -# color0 #000000 -# color8 #767676 +color0 #282828 +color8 #928374 #: black -# color1 #cc0403 -# color9 #f2201f +color1 #cc241d +color9 #fb4934 #: red -# color2 #19cb00 -# color10 #23fd00 +color2 #98971a +color10 #b8bb26 #: green -# color3 #cecb00 -# color11 #fffd00 +color3 #d79921 +color11 #fabd2f #: yellow -# color4 #0d73cc -# color12 #1a8fff +color4 #458588 +color12 #83a598 #: blue -# color5 #cb1ed1 -# color13 #fd28ff +color5 #b16286 +color13 #d3869b #: magenta -# color6 #0dcdcd -# color14 #14ffff +color6 #689d6a +color14 #8ec07c #: cyan -# color7 #dddddd -# color15 #ffffff +color7 #a89984 +color15 #ebdbb2 #: white