mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 01:37:03 -07:00
Changed function color to brighter orange
This commit is contained in:
parent
351171ea9a
commit
87f041b518
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ M.base_16 = {
|
||||||
base0A = "#6840ff", -- Classes
|
base0A = "#6840ff", -- Classes
|
||||||
base0B = "#ebc7a9", -- Confirmed: Strings
|
base0B = "#ebc7a9", -- Confirmed: Strings
|
||||||
base0C = "#F09483", -- Escape characters, Regular expressions
|
base0C = "#F09483", -- Escape characters, Regular expressions
|
||||||
base0D = "#fdb830", -- Functions, Methods
|
-- base0D = "#fdb830", -- Functions, Methods
|
||||||
|
base0D = "#FFA500", -- Functions, Methods
|
||||||
base0E = "#25B0BC", -- Confirmed: Keywords, Storage, Selector, Markup
|
base0E = "#25B0BC", -- Confirmed: Keywords, Storage, Selector, Markup
|
||||||
base0F = "#a72e5b", -- Deprecated, Opening/Closing embedded language tags
|
base0F = "#a72e5b", -- Deprecated, Opening/Closing embedded language tags
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue