diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf index f48ac3d..2cdbb2f 100644 --- a/kitty/current-theme.conf +++ b/kitty/current-theme.conf @@ -1,50 +1,32 @@ -# vim:ft=kitty -## name: Nord -## author: Connor Holyday -## license: MIT -## upstream: https://raw.githubusercontent.com/connorholyday/nord-kitty/master/nord.conf -## blurb: An arctic, north-bluish clean and elegant Kitty theme. +# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano +# This work is licensed under the terms of the GPL-2.0 license. +# For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. -# Nord Colorscheme for Kitty -# Based on: -# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192 -# - https://github.com/arcticicestudio/nord-hyper +# Colors -foreground #D8DEE9 -background #2E3440 -selection_foreground #000000 -selection_background #FFFACD -url_color #0087BD -cursor #81A1C1 +foreground #979eab +background #282c34 -# black -color0 #3B4252 -color8 #4C566A +color0 #282c34 +color1 #e06c75 +color2 #98c379 +color3 #e5c07b +color4 #61afef +color5 #be5046 +color6 #56b6c2 +color7 #979eab +color8 #393e48 +color9 #d19a66 +color10 #56b6c2 +color11 #e5c07b +color12 #61afef +color13 #be5046 +color14 #56b6c2 +color15 #abb2bf -# red -color1 #BF616A -color9 #BF616A +# Tab Bar -# green -color2 #A3BE8C -color10 #A3BE8C - -# yellow -color3 #EBCB8B -color11 #EBCB8B - -# blue -color4 #81A1C1 -color12 #81A1C1 - -# magenta -color5 #B48EAD -color13 #B48EAD - -# cyan -color6 #88C0D0 -color14 #8FBCBB - -# white -color7 #E5E9F0 -color15 #ECEFF4 +active_tab_foreground #282c34 +active_tab_background #979eab +inactive_tab_foreground #abb2bf +inactive_tab_background #282c34 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index ee42fc4..9720656 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1346,6 +1346,6 @@ map ctrl+shift+page_up move_tab_backward # BEGIN_KITTY_THEME -# Nord +# One Dark include current-theme.conf # END_KITTY_THEME