mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Darkened color of strings
This commit is contained in:
parent
45406690d0
commit
d9ec7e5883
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ M.base_16 = {
|
|||
base08 = "#D9D7CE", -- Confirmed: Variables Confirmed
|
||||
base09 = "#eaa273", -- Confirmed: Integers, Booleans
|
||||
base0A = "#6840ff", -- Classes
|
||||
base0B = "#ffdbbd", -- Confirmed: Strings
|
||||
base0B = "#ebc7a9", -- Confirmed: Strings
|
||||
base0C = "#F09483", -- Escape characters, Regular expressions
|
||||
base0D = "#fdb830", -- Functions, Methods
|
||||
base0E = "#25B0BC", -- Confirmed: Keywords, Storage, Selector, Markup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue