-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugdata.tera
More file actions
57 lines (57 loc) · 2.05 KB
/
plugdata.tera
File metadata and controls
57 lines (57 loc) · 2.05 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
---
whiskers:
version: "^2.9.0"
matrix:
- flavor
- accent
filename: "themes/{{ flavor.identifier }}/catppuccin-{{ flavor.identifier }}-{{ accent }}.plugdatatheme"
hex_format: "{{a}}{{r}}{{g}}{{b}}"
---
<?xml version="1.0" encoding="UTF-8" ?>
<Theme
theme="catppuccin-{{ flavor.identifier }}-{{ accent }}"
toolbar_background="{{ crust.hex }}"
toolbar_text="{{ text.hex }}"
toolbar_active="{{ flavor.colors[accent].hex }}"
toolbar_hover="{{ surface0.hex }}"
tabbar_background="{{ crust.hex }}"
tab_text="{{ text.hex }}"
selected_tab_background="{{ surface1.hex }}"
selected_tab_text="{{ text.hex }}"
canvas_background="{{ base.hex }}"
canvas_text="{{ text.hex }}"
canvas_dots="{{ overlay0.hex }}"
presentation_background="{{ surface1.hex }}"
default_object_background="{{ crust.hex }}"
object_outline_colour="{{ surface2.hex }}"
selected_object_outline_colour="{{ flavor.colors[accent].hex }}"
gui_internal_outline_colour="{{ surface2.hex }}"
toolbar_outline_colour="{{ base.hex }}"
outline_colour="{{ surface2.hex }}"
data_colour="{{ flavor.colors[accent].hex }}"
connection_colour="{{ text.hex }}"
signal_colour="{{ peach.hex }}"
gem_colour="{{ green.hex }}"
dialog_background="{{ crust.hex }}"
sidebar_colour="{{ crust.hex }}"
sidebar_text="{{ text.hex }}"
sidebar_background_active="{{ surface0.hex }}"
levelmeter_active="{{ flavor.colors[accent].hex }}"
levelmeter_background="{{ surface1.hex }}"
levelmeter_thumb="{{ text.hex }}"
panel_background="{{ base.hex }}"
panel_foreground="{{ crust.hex }}"
panel_text="{{ text.hex }}"
panel_background_active="{{ surface0.hex }}"
popup_background="{{ crust.hex }}"
popup_background_active="{{ surface0.hex }}"
popup_text="{{ text.hex }}"
scrollbar_thumb="{{ overlay0.hex }}"
graph_area="{{ red.hex }}"
grid_colour="{{ flavor.colors[accent].hex }}"
caret_colour="{{ flavor.colors[accent].hex }}"
text_object_background="{{ base.hex }}"
iolet_area_colour="{{ base.hex }}"
iolet_outline_colour="{{ surface2.hex }}"
comment_text_colour="{{ text.hex }}"
/>