Skip to content

Commit

Permalink
kitty: add cursor foreground color ( fixed #174 )
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Apr 1, 2022
1 parent d1ebefc commit 425f9de
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- breaking-change: set lualine theme with `theme="auto"`
- terminal-theme: Xresources theme added #166
- chore: unlink 'Visual' highlight from plugin highlights
- kitty: add cursor foreground color ( fixed #174 )

### Fixes

Expand Down
1 change: 1 addition & 0 deletions lua/github-theme/terminal/kitty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ selection_background ${bg_visual_selection}
selection_foreground ${fg_term}
url_color ${fg_term}
cursor ${cursor}
cursor_text_color background
# Tabs
active_tab_background ${blue}
Expand Down
1 change: 1 addition & 0 deletions terminal/kitty/github_dark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ selection_background #284566
selection_foreground #d1d5da
url_color #d1d5da
cursor #c8e1ff
cursor_text_color background

# Tabs
active_tab_background #2188ff
Expand Down
1 change: 1 addition & 0 deletions terminal/kitty/github_dark_colorblind.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ selection_background #163356
selection_foreground #b3b1ad
url_color #b3b1ad
cursor #73b7f2
cursor_text_color background

# Tabs
active_tab_background #58a6ff
Expand Down
1 change: 1 addition & 0 deletions terminal/kitty/github_dark_default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ selection_background #163356
selection_foreground #b3b1ad
url_color #b3b1ad
cursor #73b7f2
cursor_text_color background

# Tabs
active_tab_background #58a6ff
Expand Down
1 change: 1 addition & 0 deletions terminal/kitty/github_dimmed.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ selection_background #264466
selection_foreground #768390
url_color #768390
cursor #6cb6ff
cursor_text_color background

# Tabs
active_tab_background #539bf5
Expand Down
1 change: 1 addition & 0 deletions terminal/kitty/github_light.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ selection_background #dbe9f9
selection_foreground #24292f
url_color #24292f
cursor #044289
cursor_text_color background

# Tabs
active_tab_background #0366d6
Expand Down
1 change: 1 addition & 0 deletions terminal/kitty/github_light_colorblind.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ selection_background #dbe9f9
selection_foreground #0E1116
url_color #0E1116
cursor #0969da
cursor_text_color background

# Tabs
active_tab_background #0969da
Expand Down
1 change: 1 addition & 0 deletions terminal/kitty/github_light_default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ selection_background #dbe9f9
selection_foreground #0E1116
url_color #0E1116
cursor #044289
cursor_text_color background

# Tabs
active_tab_background #0969da
Expand Down

0 comments on commit 425f9de

Please sign in to comment.