diff options
| author | marcellus <msimon_fr@hotmail.com> | 2025-07-03 17:20:02 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2025-07-03 17:20:02 +0200 |
| commit | d55e32e79a6b1280952eec4b108c9a47e1fad514 (patch) | |
| tree | 699ae85d853e042f00e7e8873426d9d657de5d85 /kitty/current-theme.conf | |
| parent | e16918bc16c392abc303eb20a8a28545b599bfc1 (diff) | |
update
Diffstat (limited to 'kitty/current-theme.conf')
| -rw-r--r-- | kitty/current-theme.conf | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf new file mode 100644 index 0000000..072cbc9 --- /dev/null +++ b/kitty/current-theme.conf @@ -0,0 +1,70 @@ +# vim:ft=kitty + +## name: Kanagawa +## author: Tommaso Laurenzi +## license: MIT +## upstream: https://github.com/rebelot/kanagawa.nvim/ +## blurb: NeoVim dark colorscheme inspired by the colors of the famous painting +## by Katsushika Hokusai. + +#: The basic colors + +foreground #dcd7ba +background #1f1f28 +selection_foreground #c8c093 +selection_background #2d4f67 + +#: Cursor colors + +cursor #c8c093 + +#: URL underline color when overing with mouse + +url_color #72a7bc + +#: Tab bar colors + +active_tab_foreground #c8c093 +active_tab_background #1f1f28 +inactive_tab_foreground #727169 +inactive_tab_background #1f1f28 + +#: The basic 16 colors + +#: black +color0 #16161d +color8 #727169 + +#: red +color1 #c34043 +color9 #e82424 + +#: green +color2 #76946a +color10 #98bb6c + +#: yellow +color3 #c0a36e +color11 #e6c384 + +#: blue +color4 #7e9cd8 +color12 #7fb4ca + +#: magenta +color5 #957fb8 +color13 #938aa9 + +#: cyan +color6 #6a9589 +color14 #7aa89f + +#: white +color7 #c8c093 +color15 #dcd7ba + + +#: You can set the remaining 240 colors as color16 to color255. + +color16 #ffa066 +color17 #ff5d62 |
