Skip to content

Commit

Permalink
chore: Update extra palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
polirritmico committed Feb 25, 2024
1 parent 99efac5 commit 5d29dec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/monokai-nightasty.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*monokai-nightasty.nvim.txt* For Neovim >= 0.9 Last change: 2024 February 15
*monokai-nightasty.nvim.txt* For Neovim >= 0.9 Last change: 2024 February 25

==============================================================================
Table of Contents *monokai-nightasty.nvim-table-of-contents*
Expand Down
2 changes: 1 addition & 1 deletion extras/kitty/monokai-nightasty_dark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ foreground #bcbcbc
selection_background #ff9700
selection_foreground #000001
url_color #83dc78
cursor #ffffff
cursor none
cursor_text_color #2b2b2b

# Tabs
Expand Down
2 changes: 1 addition & 1 deletion extras/kitty/monokai-nightasty_light.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ foreground #4c4c4c
selection_background #ff4d00
selection_foreground #000001
url_color #4fb000
cursor #333333
cursor none
cursor_text_color #ffffff

# Tabs
Expand Down
3 changes: 3 additions & 0 deletions extras/palettes/monokai-nightasty_dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,9 @@ local highlights = {
bg = "#262626",
fg = "#bcbcbc"
},
TelescopePreviewLine = {
bg = "#444444"
},
TelescopePromptPrefix = {
fg = "#0087ff"
},
Expand Down
3 changes: 3 additions & 0 deletions extras/palettes/monokai-nightasty_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,9 @@ local highlights = {
bg = "#e3e3e3",
fg = "#4c4c4c"
},
TelescopePreviewLine = {
bg = "#f1f1f1"
},
TelescopePromptPrefix = {
fg = "#0087ff"
},
Expand Down

0 comments on commit 5d29dec

Please sign in to comment.