forked from terickson001/4coder_themes
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththeme-onedark.4coder
91 lines (81 loc) · 4.32 KB
/
theme-onedark.4coder
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
// Created by: BYP
defcolor_back = 0xFF1E1E1E;
defcolor_margin = 0xFF333333;
defcolor_margin_hover = 0xFF828182;
defcolor_margin_active = defcolor_margin_hover;
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 = {0xFFAEAFAD, 0xFFAEAFAD};
defcolor_at_cursor = 0xFF515052;
defcolor_highlight_cursor_line = 0xFF282828;
defcolor_mark = 0xFFAEAFAD;
defcolor_highlight = 0xFF264F78;
defcolor_at_highlight = 0xFFD4BBAA;
defcolor_text_default = 0xFF8CDCFE;
//defcolor_text_default = 0xFFEFEFEF;
defcolor_comment = 0xFF5E993E;
defcolor_comment_pop = {0xFF00A000, 0xFFA00000}; // NOTE, TODO
defcolor_keyword = 0xFF3F9CD6;
defcolor_str_constant = 0xFFCE915B;
defcolor_char_constant = defcolor_str_constant;
defcolor_include = defcolor_str_constant;
defcolor_int_constant = 0xFFB5CEA8;
defcolor_float_constant = defcolor_int_constant;
defcolor_bool_constant = defcolor_int_constant;
defcolor_preproc = 0xFFC586C0;
defcolor_special_character = 0xFFFF0000;
defcolor_ghost_character = 0xFF8A8A8A;
defcolor_paste = 0xFFFFBB00;
defcolor_undo = 0xFF80005D;
defcolor_highlight_junk = 0xFF3A0000;
defcolor_highlight_white = 0xFF003A3A;
defcolor_bar = 0xFF22A7F2;
defcolor_base = 0xFFEFEFEF; // file bar text color
defcolor_pop1 = defcolor_int_constant; // Query bar, lister text color
defcolor_pop2 = 0xFFFF0000;
defcolor_back_cycle = {0xFF1E1E1E, 0xFF1E1E1E};
defcolor_text_cycle = {0xFFF00000, 0xFF00F000, 0xFF0080F0, 0xFFF0F000};
defcolor_line_numbers_back = defcolor_back;
defcolor_line_numbers_text = 0xFF858578;
// QOL colors
defcolor_non_text = 0xFFEFEFEF;
defcolor_function = 0xFFDCDC9D;
defcolor_type = 0xFF4EC9B0;
defcolor_macro = 0xFF569CB3;
defcolor_enum = 0xFFD2A6FF;
defcolor_primitive = 0xFF569CD6;
defcolor_struct = defcolor_primitive;
defcolor_non_text = 0x8090B080;
defcolor_control = defcolor_preproc;
/// Vim Colors
defcolor_vim_filebar_pop = 0xFF0079BA;
defcolor_vim_chord_text = defcolor_text_default;
defcolor_vim_chord_unresolved = defcolor_mark;
defcolor_vim_chord_error = defcolor_special_character;
/// Fleury Colors
fleury_color_syntax_crap = defcolor_non_text;
fleury_color_operators = defcolor_non_text;
fleury_color_inactive_pane_overlay = 0x44000000;
fleury_color_inactive_pane_background = defcolor_back;
fleury_color_file_progress_bar = 0x600079BA;
fleury_color_brace_highlight = { defcolor_preproc };
fleury_color_brace_line = { 0x809ba290 };
fleury_color_brace_annotation = { 0x809ba290 };
fleury_color_index_product_type = defcolor_type;
fleury_color_index_sum_type = defcolor_type;
fleury_color_index_function = defcolor_function;
fleury_color_index_macro = defcolor_macro;
fleury_color_index_constant = defcolor_macro;
fleury_color_index_comment_tag = 0xffff0000;
fleury_color_index_decl = 0xFF2299FF;
fleury_color_cursor_macro = defcolor_bar;
fleury_color_cursor_power_mode = defcolor_bar;
fleury_color_cursor_inactive = 0xFFAEAFAD;
fleury_color_plot_cycle = { 0xff03d3fc, 0xff22b80b, 0xfff0bb0c, 0xfff0500c };
fleury_color_token_highlight = defcolor_margin_hover;
fleury_color_token_minor_highlight = defcolor_bar;
fleury_color_error_annotation = 0xffff0000;
fleury_color_lego_grab = 0xffefaf6f;
fleury_color_lego_splat = 0xffefaaef;
fleury_color_comment_user_name = defcolor_keyword;