-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgodot.tera
52 lines (51 loc) · 1.83 KB
/
godot.tera
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
---
accent: mauve
whiskers:
version: "2.3.0"
matrix:
- flavor
filename: "themes/Catppuccin {{ flavor.name }}.tet"
---
[color_theme]
symbol_color="{{ sky.hex }}ff"
keyword_color="{{ mauve.hex }}ff"
control_flow_keyword_color="{{ mauve.hex }}ff"
base_type_color="{{ yellow.hex }}ff"
engine_type_color="{{ yellow.hex }}ff"
user_type_color="{{ yellow.hex }}ff"
comment_color="{{ overlay0.hex }}ff"
string_color="{{ green.hex }}ff"
background_color="{{ base.hex }}ff"
completion_background_color="{{ mantle.hex }}ff"
completion_selected_color="{{ surface0.hex }}ff"
completion_existing_color="{{ flavor.colors[accent].hex }}21"
completion_scroll_color="{{ surface0.hex }}ff"
completion_scroll_hovered_color="{{ surface1.hex }}ff"
completion_font_color="{{ text.hex }}ff"
text_color="{{ text.hex }}ff"
line_number_color="{{ overlay1.hex }}ff"
safe_line_number_color="{{ green.hex }}ff"
caret_color="{{ rosewater.hex }}ff"
caret_background_color="000000ff"
text_selected_color="{{ text.hex }}ff"
selection_color="{{ surface2.hex }}ff"
brace_mismatch_color="{{ red.hex }}ff"
current_line_color="{{ text.hex }}10"
line_length_guideline_color="{{ surface0.hex }}ff"
word_highlighted_color="{{ surface2.hex }}ff"
number_color="{{ peach.hex }}ff"
function_color="{{ blue.hex }}ff"
member_variable_color="{{ lavender.hex }}ff"
mark_color="{{ red.hex }}38"
bookmark_color="{{ blue.hex }}ff"
breakpoint_color="{{ red.hex }}ff"
executing_line_color="{{ yellow.hex }}ff"
code_folding_color="{{ overlay1.hex }}ff"
search_result_color="{{ surface2.hex }}ff"
search_result_border_color="00000000"
gdscript/function_definition_color="{{ blue.hex }}ff"
gdscript/global_function_color="{{ red.hex }}ff"
gdscript/node_path_color="{{ teal.hex }}ff"
gdscript/node_reference_color="{{ teal.hex }}ff"
gdscript/annotation_color="{{ peach.hex }}ff"
gdscript/string_name_color="{{ text.hex }}ff"