mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
fix lfgruv theme
This commit is contained in:
parent
4bc461d416
commit
82ded487d3
1 changed files with 17 additions and 18 deletions
|
|
@ -1,19 +1,18 @@
|
|||
return {
|
||||
 base00 = "#282828",
|
||||
 base01 = "#32302f",
|
||||
 base02 = "#504945",
|
||||
 base03 = "#665c54",
|
||||
 base04 = "#bdae93",
|
||||
 base05 = "#d5c4a1",
|
||||
 base06 = "#ebdbb2",
|
||||
 base07 = "#fbf1c7",
|
||||
 base08 = "#b66467",
|
||||
 base09 = "#d3d3c4",
|
||||
 base0A = "#dcbb8c",
|
||||
 base0B = "#8d987e",
|
||||
 base0C = "#8aa6a5",
|
||||
 base0D = "#6f8392",
|
||||
 base0E = "#958793",
|
||||
 base0F = "#d3d3c4",
|
||||
return {
|
||||
base00 = "282828",
|
||||
base01 = "3c3836",
|
||||
base02 = "504945",
|
||||
base03 = "665c54",
|
||||
base04 = "bdae93",
|
||||
base05 = "d5c4a1",
|
||||
base06 = "ebdbb2",
|
||||
base07 = "fbf1c7",
|
||||
base08 = "b66467",
|
||||
base09 = "d3d3c4",
|
||||
base0A = "dcbb8c",
|
||||
base0B = "8d987e",
|
||||
base0C = "8aa6a5",
|
||||
base0D = "6f8392",
|
||||
base0E = "958793",
|
||||
base0F = "d3d3c4",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue