Skip to content

Commit

Permalink
πŸ› Fixxing background of material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 30, 2024
1 parent 5803179 commit 19b8f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nekonight/colors/material-theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ local ret = vim.deepcopy(require("nekonight.colors.storm"))
---@type Palette
return vim.tbl_deep_extend("force", ret, {
bg = "#263238",
bg_dark = "#32424A",
bg_dark1 = "#1E272C",
bg_dark = "#1E272C",
bg_dark1 = "#32424A",
bg_highlight = "#546E7A",
blue = "#82aaff",
blue0 = "#3d59a1",
Expand Down

0 comments on commit 19b8f99

Please sign in to comment.