mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 02:05:56 -07:00
uwu: changes into bg color
This commit is contained in:
parent
34b22d86f0
commit
18e32d7ce9
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
local colors = {
|
local colors = {
|
||||||
white = "#d6d6d6",
|
white = "#d6d6d6",
|
||||||
darker_black = "#0b0f11",
|
darker_black = "#1b2224",
|
||||||
black = "#0F1315", -- nvim bg
|
black = "#131a1c", -- nvim bg
|
||||||
black2 = "#161a1c",
|
black2 = "#161a1c",
|
||||||
one_bg = "#1b1f21",
|
one_bg = "#1b1f21",
|
||||||
one_bg2 = "#202426",
|
one_bg2 = "#202426",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
base00 = "0f1315",
|
base00 = "131A1C",
|
||||||
base01 = "232729",
|
base01 = "1b2224",
|
||||||
base02 = "303435",
|
base02 = "232a2c",
|
||||||
base03 = "3c3e3e",
|
base03 = "3c3e3e",
|
||||||
base04 = "868888",
|
base04 = "868888",
|
||||||
base05 = "d6d6d6",
|
base05 = "d6d6d6",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue