forked from terickson001/4coder_themes
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy paththeme-fleury.4coder
More file actions
73 lines (71 loc) · 3.52 KB
/
theme-fleury.4coder
File metadata and controls
73 lines (71 loc) · 3.52 KB
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
defcolor_bar = 0xFF131313;
defcolor_base = 0xFFffcfaa;
defcolor_pop1 = 0xffde8150;
defcolor_pop2 = 0xFFFF0000;
defcolor_back = 0xFF171717;
defcolor_margin = 0xFF222425;
defcolor_margin_hover = 0xff63523d;
defcolor_margin_active = 0xff63523d;
defcolor_list_item = { 0xFF222425, defcolor_back};
defcolor_list_item_hover = { 0xff362e25, defcolor_margin};
defcolor_list_item_active = { 0xff63523d, defcolor_margin};
defcolor_cursor = { 0xFF00EE00, 0xffe0741b, 0xff1be094, 0xffba60c4 };
defcolor_at_cursor = 0xFF0C0C0C;
defcolor_highlight_cursor_line = 0xFF1E1E1E;
defcolor_highlight = 0xFF303040;
defcolor_at_highlight = 0xFFFF44DD;
defcolor_mark = 0xFF494949;
defcolor_text_default = 0xffb99468;
defcolor_comment = 0xff9ba290;
defcolor_comment_pop = { 0xff2ab34f, 0xFFdb2828 };
defcolor_keyword = 0xfff0c674;
defcolor_str_constant = 0xffffa900;
defcolor_char_constant = 0xffffa900;
defcolor_int_constant = 0xffffa900;
defcolor_float_constant = 0xffffa900;
defcolor_bool_constant = 0xffffa900;
defcolor_preproc = 0xFFdc7575;
defcolor_include = 0xffffa900;
defcolor_special_character = 0xFFFF0000;
defcolor_ghost_character = 0xFF4E5E46;
defcolor_highlight_junk = 0xFF3A0000;
defcolor_highlight_white = 0xFF003A3A;
defcolor_paste = 0xFFDDEE00;
defcolor_undo = 0xFF00DDEE;
defcolor_back_cycle = { 0xFF222425, 0xff1e1f20, 0xff1e1f20, 0xff13141 };
defcolor_text_cycle = { 0xFFA00000, 0xFF00A000, 0xFF0030B0, 0xFFA0A000 };
defcolor_line_numbers_back = 0xFF101010;
defcolor_line_numbers_text = 0xFF404040;
// QOL Colors:
defcolor_non_text = 0xff5c4d3c;
defcolor_function = 0xFFeb7134;
defcolor_type = 0xFFedb211;
defcolor_macro = 0xFF2895c7;
defcolor_enum = 0xff6eb535;
defcolor_control = defcolor_keyword;
defcolor_primitive = defcolor_keyword;
defcolor_struct = defcolor_keyword;
fleury_color_syntax_crap = defcolor_non_next;
fleury_color_operators = 0xFFdc7575;
fleury_color_inactive_pane_overlay = 0x44000000;
fleury_color_inactive_pane_background = 0xff000000;
fleury_color_file_progress_bar = 0x60634323;
fleury_color_brace_highlight = { 0xff8ffff2 };
fleury_color_brace_line = { 0x809ba290 };
fleury_color_brace_annotation = { 0x809ba290 };
fleury_color_index_product_type = defcolor_type;
fleury_color_index_sum_type = 0xFFa7eb13;
fleury_color_index_function = defcolor_function;
fleury_color_index_macro = defcolor_macro;
fleury_color_index_constant = defcolor_enum;
fleury_color_index_comment_tag = 0xff27cc7f;
fleury_color_cursor_macro = 0xffde2368;
fleury_color_cursor_power_mode = 0xffefaf2f;
fleury_color_cursor_inactive = 0xFF880000;
fleury_color_plot_cycle = { 0xff03d3fc, 0xff22b80b, 0xfff0bb0c, 0xfff0500c };
fleury_color_token_highlight = 0x88dc7575;
fleury_color_error_annotation = 0xffff0000;
fleury_color_token_minor_highlight = 0x44dc7575;
fleury_color_lego_grab = 0xffefaf6f;
fleury_color_lego_splat = 0xffefaaef;
fleury_color_comment_user_name = 0xffffdd23;