From 674dcb8d12db5e0c1d5c7cb02dfd7e93f2d2b291 Mon Sep 17 00:00:00 2001 From: afranco Date: Fri, 3 Jan 2025 18:29:31 +0000 Subject: [PATCH] chore(kitty): change to gruvbox material medium --- .config/kitty/current-theme.conf | 74 ++++++++++++++++---------------- .config/kitty/kitty.conf | 2 +- .config/kitty/kitty.conf.bak | 4 +- 3 files changed, 39 insertions(+), 41 deletions(-) diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf index 863e46f..88e7be9 100644 --- a/.config/kitty/current-theme.conf +++ b/.config/kitty/current-theme.conf @@ -1,49 +1,47 @@ -# 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. +# vim:ft=kitty +## name: Gruvbox Material Dark Medium +## author: Sainnhe Park +## license: MIT +## upstream: https://raw.githubusercontent.com/rsaihe/gruvbox-material-kitty/main/colors/gruvbox-material-dark-medium.conf +## blurb: A modified version of Gruvbox with softer contrasts -background #1d2021 -foreground #d4be98 +background #282828 +foreground #d4be98 -cursor #928374 +selection_background #d4be98 +selection_foreground #282828 -selection_foreground #928374 -selection_background #3c3836 +cursor #a89984 +cursor_text_color background -color0 #282828 -color8 #928374 +# Black +color0 #665c54 +color8 #928374 -# red -color1 #cc241d -# light red -color9 #fb4934 +# Red +color1 #ea6962 +color9 #ea6962 -# green -color2 #98971a -# light green -color10 #b8bb26 +# Green +color2 #a9b665 +color10 #a9b665 -# yellow -color3 #d79921 -# light yellow -color11 #fabd2d +# Yellow +color3 #e78a4e +color11 #d8a657 -# blue -color4 #458588 -# light blue -color12 #83a598 +# Blue +color4 #7daea3 +color12 #7daea3 -# magenta -color5 #b16286 -# light magenta -color13 #d3869b +# Magenta +color5 #d3869b +color13 #d3869b -# cyan -color6 #689d6a -# lighy cyan -color14 #8ec07c +# Cyan +color6 #89b482 +color14 #89b482 -# light gray -color7 #a89984 -# dark gray -color15 #928374 +# White +color7 #d4be98 +color15 #d4be98 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index acb4a8d..5968def 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -16,6 +16,6 @@ macos_option_as_alt yes hide_window_decorations yes # BEGIN_KITTY_THEME -# Gruvbox Dark +# Gruvbox Material Dark Medium include current-theme.conf # END_KITTY_THEME diff --git a/.config/kitty/kitty.conf.bak b/.config/kitty/kitty.conf.bak index 6dd8855..48cc279 100644 --- a/.config/kitty/kitty.conf.bak +++ b/.config/kitty/kitty.conf.bak @@ -1,5 +1,5 @@ # Font handling -font_family JetBrainsMono Nerd Font Mono Light +font_family JetBrainsMono Nerd Font Mono Regular font_size 16.0 #Remove annoying things @@ -16,6 +16,6 @@ macos_option_as_alt yes hide_window_decorations yes # BEGIN_KITTY_THEME -# Gruvbox Light +# Gruvbox Material Dark Soft include current-theme.conf # END_KITTY_THEME