mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -07:00
Completed base background colors
This commit is contained in:
parent
e9fe50b55c
commit
8f6ceebe5e
1 changed files with 11 additions and 11 deletions
|
|
@ -2,18 +2,18 @@ local M = {}
|
||||||
|
|
||||||
M.base_30 = {
|
M.base_30 = {
|
||||||
white = "#ffffff", -- confirmed
|
white = "#ffffff", -- confirmed
|
||||||
darker_black = "#080808",
|
darker_black = "#15252e",
|
||||||
black = "#0e0e0e", -- nvim bg
|
black = "#1b2b34", -- nvim bg
|
||||||
black2 = "#181818",
|
black2 = "#21313a",
|
||||||
one_bg = "#1c1c1c",
|
one_bg = "#25353e",
|
||||||
one_bg2 = "#212121",
|
one_bg2 = "#2e3e47",
|
||||||
one_bg3 = "#292929",
|
one_bg3 = "#36464f",
|
||||||
grey = "#363636",
|
grey = "#43535c",
|
||||||
grey_fg = "#404040",
|
grey_fg = "#4d5d66",
|
||||||
grey_fg2 = "#4a4a4a",
|
grey_fg2 = "#576770",
|
||||||
light_grey = "#525252",
|
light_grey = "#5f6f78", -- TESTING
|
||||||
red = "#ec5f67", -- Confirmed
|
red = "#ec5f67", -- Confirmed
|
||||||
baby_pink = "#a72e5b",
|
baby_pink = "#ff7d85", -- TESTING
|
||||||
pink = "#ff75a0",
|
pink = "#ff75a0",
|
||||||
line = "#1d1d1d", -- for lines like vertsplit
|
line = "#1d1d1d", -- for lines like vertsplit
|
||||||
green = "#99c794", -- Confirmed
|
green = "#99c794", -- Confirmed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue