aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.config/kitty/kitty.conf
diff options
context:
space:
mode:
Diffstat (limited to 'basics/.config/kitty/kitty.conf')
-rw-r--r--basics/.config/kitty/kitty.conf108
1 files changed, 34 insertions, 74 deletions
diff --git a/basics/.config/kitty/kitty.conf b/basics/.config/kitty/kitty.conf
index 59c52be..9d02a51 100644
--- a/basics/.config/kitty/kitty.conf
+++ b/basics/.config/kitty/kitty.conf
@@ -64,8 +64,6 @@ box_drawing_scale 0.001, 1, 1.5, 2
#: Cursor customization {{{
-cursor #586e75
-
#: Default cursor color
cursor_shape block
@@ -108,7 +106,6 @@ wheel_scroll_multiplier 5.0
#: Mouse {{{
-url_color #0087BD
url_style curly
#: The color and style for highlighting URLs on mouse-over. url_style
@@ -274,14 +271,6 @@ window_padding_width 0.0
#: The window padding (in pts) (blank area between the text and the
#: window border)
-active_border_color #00ff00
-
-#: The color for the border of the active window
-
-inactive_border_color #cccccc
-
-#: The color for the border of inactive windows
-
bell_border_color #ff5a00
#: The color for the border of inactive windows in which a bell has
@@ -324,88 +313,59 @@ tab_separator " ┇"
#: The separator between tabs in the tab bar when using separator as
#: the tab_bar_style.
-active_tab_foreground #000
-active_tab_background #eee
active_tab_font_style bold-italic
-inactive_tab_foreground #444
-inactive_tab_background #999
inactive_tab_font_style normal
-#: Tab bar colors and styles
+#: Tab bar styles
#: }}}
#: Color scheme {{{
-foreground #839496
-background #002b36
-
-
-#: The foreground and background colors
-
background_opacity 0.85
dynamic_background_opacity no
dim_opacity 0.4
-#: Solarized
-#selection_foreground #93a1a1
-#selection_background #586e75
-#
-#color0 #073642
-#color8 #002b36
-#
-#color1 #dc322f
-#color9 #cb4b16
-#
-#color2 #859900
-#color10 #586e75
-#
-#color3 #b58900
-#color11 #657b83
-#
-#color4 #268bd2
-#color12 #839496
-#
-#color5 #d33682
-#color13 #6c71c4
-#
-#color6 #2aa198
-#color14 #93a1a1
-#
-#color7 #eee8d5
-#color15 #fdf6e3
-
-# hard contrast: background = #1d2021
-# background #282828
-# soft contrast: background = #32302f
background #32302f
-foreground #ebdbb2
-#foreground_bold = #ebdbb2
-
-color0 #282828
-color8 #928374
-
-color1 #cc241d
-color9 #fb4934
-
-color2 #98971a
+foreground #d5c4a1
+selection_background #d5c4a1
+selection_foreground #32302f
+url_color #bdae93
+cursor #d5c4a1
+active_border_color #665c54
+active_tab_background #32302f
+active_tab_foreground #d5c4a1
+inactive_tab_background #3c3836
+inactive_tab_foreground #bdae93
+
+# normal
+color0 #32302f
+color1 #fb4934
+color2 #b8bb26
+color3 #fabd2f
+color4 #83a598
+color5 #d3869b
+color6 #8ec07c
+color7 #d5c4a1
+
+# bright
+color8 #665c54
+color9 #fb4934
color10 #b8bb26
-
-color3 #d79921
color11 #fabd2f
-
-color4 #458588
color12 #83a598
-
-color5 #b16286
color13 #d3869b
-
-color6 #689d6a
color14 #8ec07c
-
-color7 #a89984
-color15 #ebdbb2
+color15 #d5c4a1
+
+# extended base16 colors
+color16 #fe8019
+color17 #d65d0e
+color18 #3c3836
+color19 #504945
+color20 #bdae93
+color21 #ebdbb2
#: }}}