Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit f1d91e9

Browse files
committed
update theme
1 parent d7aeb55 commit f1d91e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

theme-fleury.4coder

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
defcolor_bar = 0xFF131313;
2-
defcolor_base = 0xFFffcfaa;
1+
defcolor_bar = 0xFF000000;
2+
defcolor_base = 0xFFfcaa05;
33
defcolor_pop1 = 0xffde8150;
44
defcolor_pop2 = 0xFFFF0000;
5-
defcolor_back = 0xFF171717;
5+
defcolor_back = 0xFF020202;
66
defcolor_margin = 0xFF222425;
77
defcolor_margin_hover = 0xff63523d;
88
defcolor_margin_active = 0xff63523d;
@@ -16,7 +16,7 @@ defcolor_highlight = 0xFF303040;
1616
defcolor_at_highlight = 0xFFFF44DD;
1717
defcolor_mark = 0xFF494949;
1818
defcolor_text_default = 0xffb99468;
19-
defcolor_comment = 0xff9ba290;
19+
defcolor_comment = 0xff666666;
2020
defcolor_comment_pop = { 0xff2ab34f, 0xFFdb2828 };
2121
defcolor_keyword = 0xfff0c674;
2222
defcolor_str_constant = 0xffffa900;
@@ -32,7 +32,7 @@ defcolor_highlight_junk = 0xFF3A0000;
3232
defcolor_highlight_white = 0xFF003A3A;
3333
defcolor_paste = 0xFFDDEE00;
3434
defcolor_undo = 0xFF00DDEE;
35-
defcolor_back_cycle = { 0xFF222425, 0xff1e1f20, 0xff1e1f20, 0xff13141 };
35+
defcolor_back_cycle = { 0xFF020202, 0xFF020202, 0xFF020202, 0xFF020202, 0xFF020202, 0xFF020202, 0xFF020202, 0xFF601212, 0xFF601212, 0xFF601212, 0xFF601212};
3636
defcolor_text_cycle = { 0xFFA00000, 0xFF00A000, 0xFF0030B0, 0xFFA0A000 };
3737
defcolor_line_numbers_back = 0xFF101010;
3838
defcolor_line_numbers_text = 0xFF404040;
@@ -47,17 +47,17 @@ fleury_color_brace_line = { 0x809ba290 };
4747
fleury_color_brace_annotation = { 0x809ba290 };
4848
fleury_color_index_product_type = 0xFFedb211;
4949
fleury_color_index_sum_type = 0xFFa7eb13;
50-
fleury_color_index_function = 0xFFeb7134;
50+
fleury_color_index_function = 0xFFde451f;
5151
fleury_color_index_macro = 0xFF2895c7;
5252
fleury_color_index_constant = 0xff6eb535;
53-
fleury_color_index_comment_tag = 0xff27cc7f;
53+
fleury_color_index_comment_tag = 0xffffae00;
5454
fleury_color_cursor_macro = 0xffde2368;
5555
fleury_color_cursor_power_mode = 0xffefaf2f;
5656
fleury_color_cursor_inactive = 0xFF880000;
5757
fleury_color_plot_cycle = { 0xff03d3fc, 0xff22b80b, 0xfff0bb0c, 0xfff0500c };
58-
fleury_color_token_highlight = 0x88dc7575;
58+
fleury_color_token_highlight = 0x88f2d357;
59+
fleury_color_token_minor_highlight = 0x44d19045;
5960
fleury_color_error_annotation = 0xffff0000;
60-
fleury_color_token_minor_highlight = 0x44dc7575;
6161
fleury_color_lego_grab = 0xffefaf6f;
6262
fleury_color_lego_splat = 0xffefaaef;
6363
fleury_color_comment_user_name = 0xffffdd23;

0 commit comments

Comments
 (0)