First iteration of cursor dark theme for kitty, tmux, fish

This commit is contained in:
2026-08-05 10:13:57 +02:00
parent 14c53abbf3
commit e5fb57c279
8 changed files with 136 additions and 83 deletions
+32 -39
View File
@@ -13,64 +13,64 @@ symbol_map U+e000-U+e00a,U+ea60-U+ebeb,U+e0a0-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200
# Transparency
background_opacity 0.85
foreground #d3c6aa
background #2b3339
selection_foreground #9da9a0
selection_background #503946
foreground #cccccc
background #181818
selection_foreground none
selection_background #264f78
cursor #d3c6aa
cursor_text_color #323c41
cursor #aeafad
cursor_text_color #181818
url_color #7fbbb3
url_color #3b8eea
active_border_color #a7c080
inactive_border_color #53605c
bell_border_color #e69875
active_border_color #2472c8
inactive_border_color #2b2b2b
bell_border_color #e5e510
visual_bell_color none
wayland_titlebar_color system
macos_titlebar_color system
active_tab_background #2b3339
active_tab_foreground #d3c6aa
inactive_tab_background #3a454a
inactive_tab_foreground #9da9a0
tab_bar_background #323c41
active_tab_background #1f1f1f
active_tab_foreground #ffffff
inactive_tab_background #181818
inactive_tab_foreground #9d9d9d
tab_bar_background #181818
tab_bar_margin_color none
# Set up term-colors (Nord Theme)
# Set up term-colors (Cursor Dark)
#: black
color0 #374247
color8 #404c51
color0 #000000
color8 #666666
#: red
color1 #e67e80
color9 #e67e80
color1 #cd3131
color9 #f14c4c
#: green
color2 #a7c080
color10 #a7c080
color2 #0dbc79
color10 #23d18b
#: yellow
color3 #dbbc7f
color11 #dbbc7f
color3 #e5e510
color11 #f5f543
#: blue
color4 #7fbbb3
color12 #7fbbb3
color4 #2472c8
color12 #3b8eea
#: magenta
color5 #d699b6
color13 #d699b6
color5 #bc3fbc
color13 #d670d6
#: cyan
color6 #83c092
color14 #83c092
color6 #11a8cd
color14 #29b8db
#: white
color7 #859289
color15 #9da9a0
color7 #e5e5e5
color15 #e5e5e5
# The cursor shape can be one of (block, beam, underline)
@@ -89,13 +89,6 @@ window_border_width 0
window_margin_width 20
# The color for the border of the active window
active_border_color #ffffff
# The color for the border of inactive windows
inactive_border_color #cccccc
# Manage font size
map ctrl+shift+up increase_font_size
map ctrl+shift+down decrease_font_size