diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-19 12:41:32 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-19 12:41:32 +0200 |
| commit | 4acf377f747bcce7e37294913dc8e44ddf625dc8 (patch) | |
| tree | e8b84375110445d5f32180450979eb990166ac1b /config | |
| parent | 8941a9d99c520b9495b1b42452fb43d6e085946f (diff) | |
Use tranquil light for kitty
Diffstat (limited to 'config')
| -rw-r--r-- | config/kitty/kitty.conf | 132 |
1 files changed, 102 insertions, 30 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 8badd10..3220a9e 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,9 +1,9 @@ # Font -font_family InputMonoCondensed-Thin +font_family InputMonoCondensed-Light bold_font InputMonoCondensed-Medium -italic_font InputMonoCondensed-ThinItalic +italic_font InputMonoCondensed-LightItalic bold_italic_font InputMonoCondensed-MediumItalic -font_size 12.0 +font_size 14.0 # Cursor cursor none @@ -14,75 +14,147 @@ cursor_trail 1 # Mouse mouse_hide_wait 0 -background_opacity 0.95 +background_opacity 0.90 +background_blur 5 + +# Color Scheme - Ruben Tranquil Light +foreground #0F261F +# Almost White +background #FFFFFF +# Middle C Gray +selection_foreground #CCCCCC +# rbdr Blue +selection_background #0000F1 +# Olympic Blue +active_border_color #4F8FE6 +# Light Neutral Gray +inactive_border_color #DAE6E3 + +# Just White +active_tab_foreground #FFFFFF +# rbdr Blue +active_tab_background #0000F1 +# Deep Slate Green +inactive_tab_foreground #0F261F +# Neutral Gray +inactive_tab_background #CCCCCC + +# Regular Colors - Ruben Tranquil +# black +# Deep Slate Green +color0 #0F261F +# red +# Jasper Red +color1 #FA2B00 +# green +# Light Porcelain Green +color2 #23C17C +# yellow +# Golden Yellow +color3 #ffab00 +# blue +# rbdr Blue +color4 #0000F1 +# magenta +# Eosine Pink +color5 #ff5ec4 +# cyan +# Cerulian Blue +color6 #29bdad +# white +# Neutral Gray +color7 #B5D1CC + +# black +# Dark Neutral Gray +color8 #90A6A2 +# red +# Grenadine Pink +color9 #FF616B +# green +color10 #55ff55 +# yellow +# Cinnamon Buff +color11 #ffbf6e +# blue +# Olympic Blue +color12 #4F8FE6 +# magenta +# Hermosa Pink +color13 #FFB4F0 +# cyan +# Salvia Blue +color14 #96bfe6 +# white +color15 #ffffff # Color Scheme - Ruben Tranquil -foreground #ffffff +# foreground #ffffff # Deep Slate Green -background #0F261F +# background #0F261F # Deep Slate Green -selection_foreground #0F261F +# selection_foreground #0F261F # Light Neutral Gray -selection_background #DAE6E3 +# selection_background #DAE6E3 # Calamine Blue -active_border_color #80FFCC +# active_border_color #80FFCC # Light Neutral Gray -inactive_border_color #DAE6E3 +# inactive_border_color #DAE6E3 # Deep Slate Green -active_tab_foreground #0F261F +# active_tab_foreground #0F261F # Calamine Blue -active_tab_background #80FFCC +# active_tab_background #80FFCC # Neutral Gray -inactive_tab_foreground #B5D1CC +# inactive_tab_foreground #B5D1CC # Deep Slate Green (-5% brightness) -inactive_tab_background #0e241d +# inactive_tab_background #0e241d # Regular Colors - Ruben Tranquil # black # Dark Neutral Gray -color0 #90A6A2 +# color0 #90A6A2 # red # Jasper Red -color1 #FA2B00 +# color1 #FA2B00 # green # Light Porcelain Green -color2 #23C17C +# color2 #23C17C # yellow # Naples Yellow -color3 #FAED8F +# color3 #FAED8F # blue # Olympic Blue -color4 #4F8FE6 +# color4 #4F8FE6 # magenta # Hermosa Pink -color5 #FFB4F0 +# color5 #FFB4F0 # cyan # Calamine Blue -color6 #80FFCC +# color6 #80FFCC # white # Light Neutral Gray -color7 #DAE6E3 +# color7 #DAE6E3 # black # Neutral Gray -color8 #B5D1CC +# color8 #B5D1CC # red # Grenadine Pink -color9 #FF616B +# color9 #FF616B # green -color10 #55ff55 +# color10 #55ff55 # yellow -color11 #ffff55 +# color11 #ffff55 # blue -color12 #5555ff +# color12 #5555ff # magenta # Seashell Pink -color13 #FFCFC4 +# color13 #FFCFC4 # cyan -color14 #55ffff +# color14 #55ffff # white -color15 #ffffff +# color15 #ffffff # Color Scheme - Ruben Primary # foreground #ffffff |