Created
August 23, 2024 00:27
-
-
Save marcs-feh/dbc194f6557c34b41fda2d741379e78d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Main colors | |
bg = '#121212', | |
bg_alt = '#222222', | |
bg_br = '#424242', | |
bg_br_alt = '#525252', | |
fg = '#ece7dd', | |
fg_alt = '#ecd9b2', | |
fg_br = '#fcf7ec', | |
fg_br_alt = '#ffffff', | |
-- Highlights | |
type = '#5cb1d9', | |
type_alt = '#57cdaa', | |
reserved = '#f16c72', | |
reserved_alt = '#f16c72', | |
id = '#ece7dd', | |
id_alt = '#e1c36a', | |
literal = '#f86784', | |
literal_alt = '#f86784', | |
func = '#afd759', | |
func_alt = '#afd759', | |
str = '#99c560', | |
str_alt = '#99c560', | |
-- Diagnostic | |
error = '#d83e33', | |
warn = '#f2ba41', | |
hint = '#cda1ac', | |
info = '#c8889f', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment