mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Changed color of strings to lighter color by 50%
This commit is contained in:
parent
8168383efb
commit
5e9acd3b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ M.base_16 = {
|
|||
-- base09 = "#a17643", -- Confirmed: Integers, Booleans
|
||||
base09 = "#eaa273", -- Confirmed: Integers, Booleans
|
||||
base0A = "#6840ff", -- Classes
|
||||
base0B = "#eaa98b", -- Confirmed: Strings
|
||||
base0B = "#ffdbbd", -- Confirmed: Strings
|
||||
base0C = "#F09483", -- Escape characters, Regular expressions
|
||||
base0D = "#FDB849", -- Functions, Methods
|
||||
base0E = "#25B0BC", -- Confirmed: Keywords, Storage, Selector, Markup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue