Skip to content

Commit

Permalink
fix(kitty): add "cursor_text_color" parameter (#325)
Browse files Browse the repository at this point in the history
* fix(kitty): add "cursor_text_color" parameter

* ci: fix format test

* chore(extra): generate extra files
  • Loading branch information
mrtnvgr committed Apr 4, 2023
1 parent 4b73c9d commit 4a291f8
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 48 deletions.
1 change: 1 addition & 0 deletions extra/carbonfox/nightfox_kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ background #161616
foreground #f2f4f8
selection_background #2a2a2a
selection_foreground #f2f4f8
cursor_text_color #161616
url_color #25be6a

# Cursor
Expand Down
1 change: 1 addition & 0 deletions extra/dawnfox/nightfox_kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ background #faf4ed
foreground #575279
selection_background #d0d8d8
selection_foreground #575279
cursor_text_color #faf4ed
url_color #618774

# Cursor
Expand Down
1 change: 1 addition & 0 deletions extra/dayfox/nightfox_kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ background #f6f2ee
foreground #3d2b5a
selection_background #e7d2be
selection_foreground #3d2b5a
cursor_text_color #f6f2ee
url_color #396847

# Cursor
Expand Down
1 change: 1 addition & 0 deletions extra/duskfox/nightfox_kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ background #232136
foreground #e0def4
selection_background #433c59
selection_foreground #e0def4
cursor_text_color #232136
url_color #a3be8c

# Cursor
Expand Down
1 change: 1 addition & 0 deletions extra/nightfox/nightfox_kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ background #192330
foreground #cdcecf
selection_background #2b3b51
selection_foreground #cdcecf
cursor_text_color #192330
url_color #81b29a

# Cursor
Expand Down
1 change: 1 addition & 0 deletions extra/nordfox/nightfox_kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ background #2e3440
foreground #cdcecf
selection_background #3e4a5b
selection_foreground #cdcecf
cursor_text_color #2e3440
url_color #a3be8c

# Cursor
Expand Down
1 change: 1 addition & 0 deletions extra/terafox/nightfox_kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ background #152528
foreground #e6eaea
selection_background #293e40
selection_foreground #e6eaea
cursor_text_color #152528
url_color #7aa4a1

# Cursor
Expand Down
94 changes: 47 additions & 47 deletions extra/zellij/nightfox.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
// https://github.com/edeneast/nightfox.nvim

themes {
dayfox {
bg "#f6f2ee"
fg "#3d2b5a"
red "#a5222f"
green "#396847"
blue "#2848a9"
yellow "#ac5402"
magenta "#6e33ce"
orange "#955f61"
cyan "#287980"
black "#352c24"
white "#f2e9e1"
terafox {
bg "#152528"
fg "#e6eaea"
red "#e85c51"
green "#7aa4a1"
blue "#5a93aa"
yellow "#fda47f"
magenta "#ad5c7c"
orange "#ff8349"
cyan "#a1cdd8"
black "#2f3239"
white "#ebebeb"
}
duskfox {
bg "#232136"
Expand All @@ -28,18 +28,18 @@ themes {
black "#393552"
white "#e0def4"
}
terafox {
bg "#152528"
fg "#e6eaea"
red "#e85c51"
green "#7aa4a1"
blue "#5a93aa"
yellow "#fda47f"
magenta "#ad5c7c"
orange "#ff8349"
cyan "#a1cdd8"
black "#2f3239"
white "#ebebeb"
nightfox {
bg "#192330"
fg "#cdcecf"
red "#c94f6d"
green "#81b29a"
blue "#719cd6"
yellow "#dbc074"
magenta "#9d79d6"
orange "#f4a261"
cyan "#63cdcf"
black "#393b44"
white "#dfdfe0"
}
nordfox {
bg "#2e3440"
Expand All @@ -54,17 +54,17 @@ themes {
black "#3b4252"
white "#e5e9f0"
}
nightfox {
bg "#192330"
fg "#cdcecf"
red "#c94f6d"
green "#81b29a"
blue "#719cd6"
yellow "#dbc074"
magenta "#9d79d6"
orange "#f4a261"
cyan "#63cdcf"
black "#393b44"
carbonfox {
bg "#161616"
fg "#f2f4f8"
red "#ee5396"
green "#25be6a"
blue "#78a9ff"
yellow "#08bdba"
magenta "#be95ff"
orange "#3ddbd9"
cyan "#33b1ff"
black "#282828"
white "#dfdfe0"
}
dawnfox {
Expand All @@ -80,17 +80,17 @@ themes {
black "#575279"
white "#e5e9f0"
}
carbonfox {
bg "#161616"
fg "#f2f4f8"
red "#ee5396"
green "#25be6a"
blue "#78a9ff"
yellow "#08bdba"
magenta "#be95ff"
orange "#3ddbd9"
cyan "#33b1ff"
black "#282828"
white "#dfdfe0"
dayfox {
bg "#f6f2ee"
fg "#3d2b5a"
red "#a5222f"
green "#396847"
blue "#2848a9"
yellow "#ac5402"
magenta "#6e33ce"
orange "#955f61"
cyan "#287980"
black "#352c24"
white "#f2e9e1"
}
}
2 changes: 1 addition & 1 deletion lua/nightfox/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ local defaults = {
lsp_semantic_tokens = util.is_nvim,
leap = {
background = true,
}
},
},
}

Expand Down
1 change: 1 addition & 0 deletions lua/nightfox/extra/kitty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ background ${bg1}
foreground ${fg1}
selection_background ${sel0}
selection_foreground ${fg1}
cursor_text_color ${bg1}
url_color ${palette.green}
# Cursor
Expand Down

0 comments on commit 4a291f8

Please sign in to comment.