forked from terickson001/4coder_themes
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththeme-jp_4coder.4coder
86 lines (71 loc) · 3.71 KB
/
theme-jp_4coder.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
defcolor_back = 0xFF181818;
defcolor_margin = 0xFF202020;
defcolor_margin_hover = 0xFF252525;
defcolor_margin_active = 0xFF5508b5; // 0xFF5352A2;
defcolor_list_item = {defcolor_margin, defcolor_back};
defcolor_list_item_hover = {defcolor_margin_hover, defcolor_margin};
defcolor_list_item_active = {defcolor_margin_active, 0xFF202020};
defcolor_cursor = {0xFF00EE00, 0xffEE00EE};//0xFFEE7700};
defcolor_at_cursor = defcolor_back;
defcolor_highlight_cursor_line = 0x10FFFFFF; // 0xFF1E1E1E;
defcolor_highlight = 0xFFDDEE00;
defcolor_mark = 0xFF494949;
defcolor_text_default = 0xFF90B080;
defcolor_at_highlight = 0xFFFF44DD;
defcolor_comment = 0xA0808080;
defcolor_comment_pop = {0xFF00C000, 0xFFC00000, 0xFFC0C000};
defcolor_keyword = 0xFFD08F20;
defcolor_str_constant = 0xFF50FF30;
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 = 0xFFC060C0;
// I actually dont know what this is used for :|
defcolor_special_character = 0xFFFF0000;
// Likewise
defcolor_ghost_character = 0xFF4E5E46;
defcolor_paste = 0xFFDDEE00;
defcolor_undo = 0xFF00DDEE;
defcolor_highlight_junk = 0xff3a0000;
defcolor_highlight_white = 0xff003a3a;
defcolor_bar = 0xFF888888;
defcolor_bar_active = 0xFF666666;
defcolor_base = 0xFF000000;
defcolor_pop1 = 0xFF3C57DC;
defcolor_pop2 = 0xFFFF0000;
defcolor_back_cycle = { 0x0800F3F3, 0x08F379F3, 0x0800F379 }; // {0x10A00000, 0x1000A000, 0x100000A0, 0x10A0A000};
defcolor_text_cycle = { 0xFF00F3F3, 0xFFF379F3, 0xFF00F379 };
defcolor_line_numbers_back = 0xFF202020;
defcolor_line_numbers_text = 0xFF404040;
fleury_color_syntax_crap = 0x8090B080;
fleury_color_operators = 0xFFB0D0D0;
fleury_color_inactive_pane_overlay = 0x40000000;
fleury_color_inactive_pane_background = 0xFF101010;
fleury_color_file_progress_bar = 0x4000F3F3;
fleury_color_brace_highlight = defcolor_text_cycle;
fleury_color_brace_line = { 0x8000F3F3, 0x80F379F3, 0x8000F379 }; // { 0x8000F3F3, 0x8000F379, 0x80F379F3 };
fleury_color_brace_annotation = { 0xC000F3F3, 0xC0F379F3, 0xC000F379 }; // { 0xC000F3F3, 0xC000F379, 0xC0F379F3 };
// NOTE(jack): Found by picking product type color and choosing the analogous color
// combination: https://www.canva.com/colors/color-wheel/
fleury_color_index_product_type = 0xFF10FF88;
fleury_color_index_sum_type = fleury_color_index_product_type;
fleury_color_index_function = 0xFF1088FF;
fleury_color_index_macro = defcolor_preproc;
fleury_color_index_constant = 0xFFF3F3F3; // Enum Values
fleury_color_index_comment_tag = 0xFFFFFFFF;
fleury_color_cursor_macro = 0xFFC060C0;
// TODO(jack): I should really strip power mode out, its really gimiky and i dont care about it at all
fleury_color_cursor_power_mode = 0xffC82048;
fleury_color_cursor_inactive = 0xff008000;
// TODO(jack): I kinda dont care about plots either, although i should make inline calc comments less broken
fleury_color_plot_cycle = { 0xff03d3fc, 0xff22b80b, 0xfff0bb0c, 0xfff0500c };
fleury_color_token_highlight = 0xC000EE00;
fleury_color_token_minor_highlight = 0xC0797979;
// TODO(jack): Also do the lego brick commands work, more shit i should strip out of my custom
// Although i actually use the lego_grab for copy flashes.
fleury_color_lego_grab = 0xFF6FAFEF;
fleury_color_lego_splat = 0xffefaaef;
fleury_color_error_annotation = 0xffff0000;
fleury_color_comment_user_name = fleury_color_index_comment_tag;