summaryrefslogtreecommitdiff
path: root/.config/kitty
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-12-31 20:36:27 +0530
committerlistout <listout@protonmail.com>2022-12-31 20:36:27 +0530
commit98433deb4da442712c59a53b15567518c9e01417 (patch)
tree3e53072ec5c2793942dd2f6eae4f3ac11834a174 /.config/kitty
parentabcfb65a84b486b1dee5a122745bae7cef3c6b4b (diff)
kitty: current-theme: Kanagawa theme
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config/kitty')
-rw-r--r--.config/kitty/current-theme.conf92
1 files changed, 44 insertions, 48 deletions
diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf
index dca7783..70aa01e 100644
--- a/.config/kitty/current-theme.conf
+++ b/.config/kitty/current-theme.conf
@@ -1,50 +1,46 @@
-# https://raw.githubusercontent.com/Yazeed1s/oh-lucy.nvim/main/terminal/kitty/ohlucy.conf
# vim:ft=kitty
-background #1B1D26
-foreground #DFE0EA
-
-selection_foreground #1A1B1F
-selection_background #CFD0D7
-
-cursor #DFE0EA
-cursor_text_color background
-
-active_tab_background #E85A84
-active_tab_foreground #DFE0EA
-active_tab_font_style bold
-inactive_tab_background #2D313B
-inactive_tab_foreground #CFD0D7
-inactive_tab_font_style italic
-
-# Black
-color0 #272932
-color8 #2B2F39
-
-# Red
-color1 #E85A84
-color9 #E85A84
-
-# Green
-color2 #94DD8E
-color10 #94DD8E
-
-# Yellow
-color3 #E9D26C
-color11 #E9D26C
-
-# Blue
-color4 #7EB7E6
-color12 #7EB7E6
-
-# Magenta
-color5 #D895C7
-color13 #D895C7
-
-# Cyan
-color6 #89BEB7
-color14 #89BEB7
-
-# White
-color7 #CFD0D7
-color15 #DFE0EA
+## name: Kanagawa
+## license: MIT
+## author: Tommaso Laurenzi
+## upstream: https://github.com/rebelot/kanagawa.nvim/
+
+
+background #1F1F28
+foreground #DCD7BA
+selection_background #2D4F67
+selection_foreground #C8C093
+url_color #72A7BC
+cursor #C8C093
+
+# Tabs
+active_tab_background #1F1F28
+active_tab_foreground #DCD7BA
+inactive_tab_background #1F1F28
+inactive_tab_foreground #C8C093
+#tab_bar_background #15161E
+
+# normal
+color0 #090618
+color1 #C34043
+color2 #76946A
+color3 #C0A36E
+color4 #7E9CD8
+color5 #957FB8
+color6 #6A9589
+color7 #C8C093
+
+# bright
+color8 #727169
+color9 #E82424
+color10 #98BB6C
+color11 #E6C384
+color12 #7FB4CA
+color13 #938AA9
+color14 #7AA89F
+color15 #DCD7BA
+
+
+# extended colors
+color16 #FFA066
+color17 #FF5D62