Created
November 19, 2021 15:44
-
-
Save RealNeGate/ed0f707f30227c7a252d1c4eb46f4731 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
| defcolor_back = 0xFF041818; | |
| defcolor_margin = 0xFF323232; | |
| defcolor_margin_hover = 0xFF333333; | |
| defcolor_margin_active = 0xFF404040; | |
| defcolor_list_item = {defcolor_margin, defcolor_back}; | |
| defcolor_list_item_hover = {defcolor_margin_hover, defcolor_margin}; | |
| defcolor_list_item_active = {defcolor_margin_active, defcolor_margin_active}; | |
| defcolor_cursor = {0xFF90EE90, 0xFF90EE90}; | |
| defcolor_at_cursor = defcolor_back; | |
| defcolor_highlight_cursor_line = 0xFF121E12; | |
| defcolor_highlight = 0xFFDDEE00; | |
| defcolor_mark = defcolor_highlight; | |
| defcolor_text_default = 0xFFD3B58D; | |
| defcolor_at_highlight = 0xFFCDAA7D; | |
| defcolor_comment = 0xFF00DA00; | |
| defcolor_comment_pop = {0xFF00FF00, 0xFFFF0000}; | |
| defcolor_keyword = 0xFFF07146; | |
| defcolor_str_constant = 0xFFEDC847; | |
| defcolor_char_constant = defcolor_str_constant; | |
| defcolor_int_constant = defcolor_str_constant; | |
| defcolor_float_constant = defcolor_str_constant; | |
| defcolor_bool_constant = defcolor_str_constant; | |
| defcolor_include = defcolor_str_constant; | |
| defcolor_preproc = 0xFFF07146; | |
| defcolor_special_character = 0xFFFF0000; | |
| defcolor_ghost_character = 0xFF5B4D3C; | |
| defcolor_paste = 0xFFFFBB00; | |
| defcolor_undo = 0xFF80005D; | |
| defcolor_highlight_junk = 0xFF3A0000; | |
| defcolor_highlight_white = 0xFF003A3A; | |
| defcolor_bar = 0xFFCACACA; | |
| defcolor_bar_active = FFA8A8A8; | |
| defcolor_base = 0xFF000000; | |
| defcolor_pop1 = 0xFF3C57DC; | |
| defcolor_pop2 = 0xFFFF0000; | |
| defcolor_back_cycle = {0x0CA00000, 0x0800A000, 0x080000A0, 0x08A0A000}; | |
| defcolor_text_cycle = {0xFFA00000, 0xFF00A000, 0xFF0030B0, 0xFFA0A000}; | |
| defcolor_line_numbers_back = 0xFF202020; | |
| defcolor_line_numbers_text = 0xFF484848; | |
| fleury_color_comment_user_name = 0xFFDADADA; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment