mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Adjusted white color to add contrast
This commit is contained in:
parent
ff35cd9d8d
commit
27a0c18b65
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ local M = {}
|
|||
|
||||
M.base_30 = {
|
||||
-- white = "#dcac8b",
|
||||
white = "#1d1d1d",
|
||||
white = "#4a4a4a",
|
||||
darker_black = "#080808",
|
||||
black = "#0e0e0e", -- nvim bg
|
||||
black2 = "#141414",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue