forked from terickson001/4coder_themes
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththeme-bumbread.4coder
53 lines (43 loc) · 2.39 KB
/
theme-bumbread.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
defcolor_back = 0xFF090D12;
defcolor_margin = 0xFF2d2d2e;
defcolor_margin_hover = 0xFF39393b;
defcolor_margin_active = 0xFF343436;
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 = {0xFFffffff, 0xFFEE00E8};
defcolor_at_cursor = defcolor_back;
defcolor_highlight_cursor_line = 0xFF000000;
defcolor_mark = 0xFF8BA8CC;
defcolor_highlight = 0xFF037A7B;
defcolor_at_highlight = defcolor_back;
defcolor_text_default = 0xFFbcbcbc;
defcolor_comment = 0xFF555555;
defcolor_comment_pop = {0xFF00C030, 0xFFF00000};
defcolor_keyword = 0xFFffffff;
defcolor_str_constant = 0xFFa8a59e;
defcolor_int_constant = 0xFFdddddd;
defcolor_special_character = 0xFFFF0000;
defcolor_ghost_character = 0xFF46494D;
defcolor_preproc = defcolor_str_constant;
defcolor_char_constant = defcolor_str_constant;
defcolor_float_constant = defcolor_int_constant;
defcolor_bool_constant = defcolor_int_constant;
defcolor_include = defcolor_str_constant;
defcolor_paste = 0xFFDDEE00;
defcolor_undo = 0xFF00DDEE;
defcolor_highlight_junk = 0xFF3A0000;
defcolor_highlight_white = 0xFF151F2A;
defcolor_bar = 0xFF444444;
defcolor_bar_active = 0xFF4c4c4c;
defcolor_base = 0xFF000000;
defcolor_pop1 = 0xFF1BFF0C;
defcolor_pop2 = 0xFFFF200D;
defcolor_back_cycle = { 0xff1a1a1a, 0xff0d0d0d, 0xff000000 };
defcolor_text_cycle = { 0xFFF00000, 0xFF00C030, 0xFF0040F0, 0xFFB0B000 };
defcolor_line_numbers_back = 0xFF000000;
defcolor_line_numbers_text = 0xFF6F817E;
//NOTE(bumbread): these are custom colors
defcolor_function_name = defcolor_text_default;
defcolor_type_name = 0xFFffffff;
defcolor_line_numbers_text_highlight = 0xFFeeeeee;