Skip to content

Commit

Permalink
feat: Subtly increases the contrast between fg and fg_dark
Browse files Browse the repository at this point in the history
  • Loading branch information
polirritmico committed Mar 24, 2024
1 parent 87032d3 commit da7552d
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 55 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 March 09
*monokai-nightasty.nvim.txt* For Neovim >= 0.9 Last change: 2024 March 24

==============================================================================
Table of Contents *monokai-nightasty.nvim-table-of-contents*
Expand Down
4 changes: 2 additions & 2 deletions extras/kitty/monokai-nightasty_dark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cursor_text_color #2b2b2b
active_tab_background #a4e400
active_tab_foreground #1e1e1e
inactive_tab_background #444444
inactive_tab_foreground #e8e8e8
inactive_tab_foreground #e6e6e6
tab_bar_background #313131

# Windows
Expand All @@ -33,7 +33,7 @@ color3 #ffff87
color4 #0087ff
color5 #ff005f
color6 #62d8f1
color7 #e8e8e8
color7 #e6e6e6

# bright
color8 #444444
Expand Down
4 changes: 2 additions & 2 deletions extras/kitty/monokai-nightasty_light.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cursor_text_color #ffffff
active_tab_background #4fb000
active_tab_foreground #e1e1e1
inactive_tab_background #bfbfbf
inactive_tab_foreground #171717
inactive_tab_foreground #0e0e0e
tab_bar_background #d8d8d8

# Windows
Expand All @@ -33,7 +33,7 @@ color3 #ff8f00
color4 #0087ff
color5 #ff005f
color6 #00b3e3
color7 #171717
color7 #0e0e0e

# bright
color8 #bfbfbf
Expand Down
44 changes: 22 additions & 22 deletions extras/palettes/monokai-nightasty_dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ local colors = {
},
error = "#ff005f",
fg = "#ffffff",
fg_dark = "#e8e8e8",
fg_dark = "#e6e6e6",
fg_float = "#ffffff",
fg_gutter = "#3e3e3e",
fg_search = "#000001",
fg_sidebar = "#e8e8e8",
fg_statusline = "#e8e8e8",
fg_sidebar = "#e6e6e6",
fg_statusline = "#e6e6e6",
git = {
add = "#a4e400",
change = "#ff9700",
Expand All @@ -55,7 +55,7 @@ local colors = {
info = "#0087ff",
magenta = "#fc1a70",
none = "NONE",
note = "#ffff87",
note = "#ffc136",
orange = "#ff9700",
purple = "#af87ff",
rainbow = { "#ffffff", "#ffff87", "#ff9700", "#ff005f", "#af87ff", "#62d8f1" },
Expand Down Expand Up @@ -444,7 +444,7 @@ local highlights = {
link = "Operator"
},
["@property"] = {
fg = "#e8e8e8"
fg = "#e6e6e6"
},
["@property.ini"] = {
fg = "#ff9700"
Expand Down Expand Up @@ -1053,7 +1053,7 @@ local highlights = {
nocombine = true
},
IblWhitespace = {
fg = "#e8e8e8",
fg = "#e6e6e6",
nocombine = true
},
Identifier = {
Expand All @@ -1077,7 +1077,7 @@ local highlights = {
nocombine = true
},
IndentBlanklineSpaceChar = {
fg = "#e8e8e8",
fg = "#e6e6e6",
nocombine = true
},
Italic = {
Expand Down Expand Up @@ -1262,13 +1262,13 @@ local highlights = {
},
ModeMsg = {
bold = true,
fg = "#e8e8e8"
fg = "#e6e6e6"
},
MoreMsg = {
fg = "#a4e400"
},
MsgArea = {
fg = "#e8e8e8"
fg = "#e6e6e6"
},
MsgSeparator = {
sp = "#62d8f1",
Expand Down Expand Up @@ -1419,11 +1419,11 @@ local highlights = {
},
NeoTreeNormal = {
bg = "#262626",
fg = "#e8e8e8"
fg = "#e6e6e6"
},
NeoTreeNormalNC = {
bg = "#262626",
fg = "#e8e8e8"
fg = "#e6e6e6"
},
NeoTreeRootName = {
fg = "#fc1a70",
Expand Down Expand Up @@ -1575,7 +1575,7 @@ local highlights = {
},
NormalSB = {
bg = "#262626",
fg = "#e8e8e8"
fg = "#e6e6e6"
},
NotifyBackground = {
bg = "#2b2b2b",
Expand Down Expand Up @@ -1667,18 +1667,18 @@ local highlights = {
fg = "#a4e400"
},
NvimTreeImageFile = {
fg = "#e8e8e8"
fg = "#e6e6e6"
},
NvimTreeIndentMarker = {
fg = "#3e3e3e"
},
NvimTreeNormal = {
bg = "#262626",
fg = "#e8e8e8"
fg = "#e6e6e6"
},
NvimTreeNormalNC = {
bg = "#262626",
fg = "#e8e8e8"
fg = "#e6e6e6"
},
NvimTreeOpenedFile = {
bg = "#404040"
Expand Down Expand Up @@ -1797,7 +1797,7 @@ local highlights = {
},
StatusLine = {
bg = "#444444",
fg = "#e8e8e8"
fg = "#e6e6e6"
},
StatusLineNC = {
bg = "#444444",
Expand All @@ -1819,7 +1819,7 @@ local highlights = {
},
TabLine = {
bg = "#444444",
fg = "#e8e8e8",
fg = "#e6e6e6",
underline = true
},
TabLineFill = {
Expand Down Expand Up @@ -1872,7 +1872,7 @@ local highlights = {
fg = "#000001"
},
TodoBgNOTE = {
bg = "#ffff87",
bg = "#ffc136",
bold = true,
fg = "#000001"
},
Expand Down Expand Up @@ -1903,7 +1903,7 @@ local highlights = {
fg = "#ff9700"
},
TodoFgNOTE = {
fg = "#ffff87"
fg = "#ffc136"
},
TodoFgPERF = {
fg = "#62d8f1"
Expand Down Expand Up @@ -2089,7 +2089,7 @@ local highlights = {
fg = "#fc1a70"
},
netrwCmdNote = {
fg = "#e8e8e8"
fg = "#e6e6e6"
},
netrwDir = {
fg = "#ffff87"
Expand All @@ -2113,10 +2113,10 @@ local highlights = {
fg = "#000001"
},
netrwPlain = {
fg = "#e8e8e8"
fg = "#e6e6e6"
},
netrwQuickHelp = {
fg = "#e8e8e8",
fg = "#e6e6e6",
italic = true
},
netrwSymLink = {
Expand Down
44 changes: 22 additions & 22 deletions extras/palettes/monokai-nightasty_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ local colors = {
},
error = "#ff005f",
fg = "#333333",
fg_dark = "#171717",
fg_dark = "#0e0e0e",
fg_float = "#333333",
fg_gutter = "#c9c9c9",
fg_search = "#ffffff",
fg_sidebar = "#171717",
fg_statusline = "#171717",
fg_sidebar = "#0e0e0e",
fg_statusline = "#0e0e0e",
git = {
add = "#4fb000",
change = "#ff4d00",
Expand All @@ -55,7 +55,7 @@ local colors = {
info = "#0087ff",
magenta = "#ff004b",
none = "NONE",
note = "#ff8f00",
note = "#ff6700",
orange = "#ff4d00",
purple = "#6054d0",
rainbow = { "#333333", "#ff8f00", "#ff4d00", "#ff005f", "#6054d0", "#00b3e3" },
Expand Down Expand Up @@ -444,7 +444,7 @@ local highlights = {
link = "Operator"
},
["@property"] = {
fg = "#171717"
fg = "#0e0e0e"
},
["@property.ini"] = {
fg = "#ff4d00"
Expand Down Expand Up @@ -1053,7 +1053,7 @@ local highlights = {
nocombine = true
},
IblWhitespace = {
fg = "#171717",
fg = "#0e0e0e",
nocombine = true
},
Identifier = {
Expand All @@ -1077,7 +1077,7 @@ local highlights = {
nocombine = true
},
IndentBlanklineSpaceChar = {
fg = "#171717",
fg = "#0e0e0e",
nocombine = true
},
Italic = {
Expand Down Expand Up @@ -1262,13 +1262,13 @@ local highlights = {
},
ModeMsg = {
bold = true,
fg = "#171717"
fg = "#0e0e0e"
},
MoreMsg = {
fg = "#4fb000"
},
MsgArea = {
fg = "#171717"
fg = "#0e0e0e"
},
MsgSeparator = {
sp = "#00b3e3",
Expand Down Expand Up @@ -1419,11 +1419,11 @@ local highlights = {
},
NeoTreeNormal = {
bg = "#f1f1f1",
fg = "#171717"
fg = "#0e0e0e"
},
NeoTreeNormalNC = {
bg = "#f1f1f1",
fg = "#171717"
fg = "#0e0e0e"
},
NeoTreeRootName = {
fg = "#ff004b",
Expand Down Expand Up @@ -1575,7 +1575,7 @@ local highlights = {
},
NormalSB = {
bg = "#f1f1f1",
fg = "#171717"
fg = "#0e0e0e"
},
NotifyBackground = {
bg = "#ffffff",
Expand Down Expand Up @@ -1667,18 +1667,18 @@ local highlights = {
fg = "#4fb000"
},
NvimTreeImageFile = {
fg = "#171717"
fg = "#0e0e0e"
},
NvimTreeIndentMarker = {
fg = "#c9c9c9"
},
NvimTreeNormal = {
bg = "#f1f1f1",
fg = "#171717"
fg = "#0e0e0e"
},
NvimTreeNormalNC = {
bg = "#f1f1f1",
fg = "#171717"
fg = "#0e0e0e"
},
NvimTreeOpenedFile = {
bg = "#ebebeb"
Expand Down Expand Up @@ -1797,7 +1797,7 @@ local highlights = {
},
StatusLine = {
bg = "#f1f1f1",
fg = "#171717"
fg = "#0e0e0e"
},
StatusLineNC = {
bg = "#f1f1f1",
Expand All @@ -1819,7 +1819,7 @@ local highlights = {
},
TabLine = {
bg = "#f1f1f1",
fg = "#171717",
fg = "#0e0e0e",
underline = true
},
TabLineFill = {
Expand Down Expand Up @@ -1872,7 +1872,7 @@ local highlights = {
fg = "#000001"
},
TodoBgNOTE = {
bg = "#ff8f00",
bg = "#ff6700",
bold = true,
fg = "#000001"
},
Expand Down Expand Up @@ -1903,7 +1903,7 @@ local highlights = {
fg = "#ff4d00"
},
TodoFgNOTE = {
fg = "#ff8f00"
fg = "#ff6700"
},
TodoFgPERF = {
fg = "#00b3e3"
Expand Down Expand Up @@ -2089,7 +2089,7 @@ local highlights = {
fg = "#ff004b"
},
netrwCmdNote = {
fg = "#171717"
fg = "#0e0e0e"
},
netrwDir = {
fg = "#ff8f00"
Expand All @@ -2113,10 +2113,10 @@ local highlights = {
fg = "#000001"
},
netrwPlain = {
fg = "#171717"
fg = "#0e0e0e"
},
netrwQuickHelp = {
fg = "#171717",
fg = "#0e0e0e",
italic = true
},
netrwSymLink = {
Expand Down
4 changes: 2 additions & 2 deletions extras/zathura/monokai-nightasty_dark.zathurarc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set notification-warning-fg "#444444"
set notification-bg "#2b2b2b"
set notification-fg "#ffffff"
set completion-bg "#2b2b2b"
set completion-fg "#e8e8e8"
set completion-fg "#e6e6e6"
set completion-group-bg "#2b2b2b"
set completion-group-fg "#e8e8e8"
set completion-group-fg "#e6e6e6"
set completion-highlight-bg "#444444"
set completion-highlight-fg "#ffffff"
set index-bg "#2b2b2b"
Expand Down
Loading

0 comments on commit da7552d

Please sign in to comment.