mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 01:37:03 -07:00
Changed color of Integers and booleans to lighter salmon
This commit is contained in:
parent
27a0c18b65
commit
4be4c4745a
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ M.base_16 = {
|
||||||
base06 = "#E6E1CF",
|
base06 = "#E6E1CF",
|
||||||
base07 = "#D9D7CE",
|
base07 = "#D9D7CE",
|
||||||
base08 = "#a72e5b", -- Confirmed: Variables Confirmed
|
base08 = "#a72e5b", -- Confirmed: Variables Confirmed
|
||||||
base09 = "#a17643", -- Confirmed: Integers, Booleans
|
-- base09 = "#a17643", -- Confirmed: Integers, Booleans
|
||||||
|
base09 = "#eaac83", -- Confirmed: Integers, Booleans
|
||||||
base0A = "#E0AAFF", -- Classes
|
base0A = "#E0AAFF", -- Classes
|
||||||
base0B = "#eaa98b", -- Confirmed: Strings
|
base0B = "#eaa98b", -- Confirmed: Strings
|
||||||
base0C = "#F09483", -- Escape characters, Regular expressions
|
base0C = "#F09483", -- Escape characters, Regular expressions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue