-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ghidra.tera
169 lines (149 loc) Β· 8.1 KB
/
ghidra.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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
---
whiskers:
version: "2.4.0"
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.theme"
---
// General Theme Info
name = Catppuccin {{ flavor.identifier | capitalize }}
lookAndFeel = Flat {% if flavor.dark %}Dark{% else %}Light{% endif %}
useDarkDefaults = {{ flavor.dark | as_str }}
// Catppuccin {{ flavor.identifier | capitalize }} Color Palette
color.catppuccin.rosewater = #{{ rosewater.hex }}
color.catppuccin.flamingo = #{{ flamingo.hex }}
color.catppuccin.pink = #{{ pink.hex }}
color.catppuccin.mauve = #{{ mauve.hex }}
color.catppuccin.red = #{{ red.hex }}
color.catppuccin.maroon = #{{ maroon.hex }}
color.catppuccin.peach = #{{ peach.hex }}
color.catppuccin.yellow = #{{ yellow.hex }}
color.catppuccin.green = #{{ green.hex }}
color.catppuccin.teal = #{{ teal.hex }}
color.catppuccin.sky = #{{ sky.hex }}
color.catppuccin.sapphire = #{{ sapphire.hex }}
color.catppuccin.blue = #{{ blue.hex }}
color.catppuccin.lavender = #{{ lavender.hex }}
color.catppuccin.white = #{{ text.hex }}
color.catppuccin.text = #{{ text.hex }}
color.catppuccin.subtext1 = #{{ subtext1.hex }}
color.catppuccin.subtext0 = #{{ subtext0.hex }}
color.catppuccin.overlay2 = #{{ overlay2.hex }}
color.catppuccin.overlay1 = #{{ overlay1.hex }}
color.catppuccin.overlay0 = #{{ overlay0.hex }}
color.catppuccin.surface2 = #{{ surface2.hex }}
color.catppuccin.surface1 = #{{ surface1.hex }}
color.catppuccin.surface0 = #{{ surface0.hex }}
color.catppuccin.base = #{{ base.hex }}
color.catppuccin.mantle = #{{ mantle.hex }}
color.catppuccin.crust = #{{ crust.hex }}
// Decompiler Colors
color.fg.decompiler.comment = color.catppuccin.overlay2
color.fg.decompiler.constant = color.catppuccin.peach
color.fg.decompiler.function.name = color.catppuccin.blue
color.fg.decompiler.keyword = color.catppuccin.mauve
color.fg.decompiler.type = color.catppuccin.mauve
color.fg.decompiler.variable = color.catppuccin.text
color.fg.decompiler.parameter = color.catppuccin.maroon
color.fg.decompiler.global = color.catppuccin.yellow
// Listing Colors
color.fg.listing.bytes = color.catppuccin.blue
color.fg.listing.comment.auto = color.catppuccin.overlay2
color.fg.listing.comment.eol = color.catppuccin.overlay2
color.fg.listing.comment.plate = color.catppuccin.overlay2
color.fg.listing.comment.post = color.catppuccin.overlay2
color.fg.listing.comment.pre = color.catppuccin.overlay2
color.fg.listing.comment.ref.repeatable = color.catppuccin.red
color.fg.listing.comment.repeatable = color.catppuccin.red
color.fg.listing.constant = color.catppuccin.peach
color.fg.listing.ext.entrypoint = color.fg
color.fg.listing.ext.ref.resolved = color.catppuccin.mauve
color.fg.listing.function.name = color.catppuccin.blue
color.fg.listing.function.param.dynamic = color.catppuccin.maroon
color.fg.listing.label.local = color.catppuccin.blue
color.fg.listing.label.primary = color.catppuccin.yellow
color.fg.listing.mnemonic = color.catppuccin.mauve
color.fg.listing.mnemonic.override = color.fg
color.fg.listing.underline = color.catppuccin.red
color.fg.listing.xref = color.catppuccin.green
color.fg.listing.xref.read = color.catppuccin.red
color.fg.listing.ext.ref.unresolved = color.catppuccin.blue
color.fg.listing.label.non.primary = color.catppuccin.white
color.fg.listing.register = color.catppuccin.sky
color.fg.listing.function.variable = color.catppuccin.text
color.fg.listing.block.start = color.catppuccin.yellow
color.fg.listing.function.tag = color.catppuccin.yellow
color.fg.listing.tabs.text.selected = color.catppuccin.clicked
color.bg.selection = color.catppuccin.selected
color.bg.undefined = color.catppuccin.selected
color.bg.highlight = color.catppuccin.highlight
color.bg.header.active = color.catppuccin.mauve
color.fg.header.active = color.catppuccin.crust
color.bg.header.inactive = color.catppuccin.selected
color.palette.highlight.transparent.yellow = color.catppuccin.clicked
color.bg.filterfield = color.catppuccin.selected
color.fg.filterfield = color.catppuccin.white
color.fg.interpreterconsole.error = color.catppuccin.red
color.fg.consoletextpane = color.catppuccin.white
color.fg.listing.flow.arrow.selected = color.catppuccin.yellow
color.fg.listing.flow.arrow.active = color.catppuccin.green
color.fg.listing.flow.arrow.inactive = color.catppuccin.red
color.bg = [color]system.color.bg.view
color.bg.plugin.overview.address.function = color.catppuccin.mauve
color.bg.plugin.overview.address.instruction = color.catppuccin.blue
color.bg.plugin.overview.address.data = color.catppuccin.yellow
color.bg.plugin.overview.address.undefined = color.catppuccin.red
color.bg.plugin.overview.address.uninitialized = color.catppuccin.white
color.bg.plugin.overview.address.external.ref = color.catppuccin.peach
color.bg.plugin.bookmark.note = color.catppuccin.mauve
color.bg.plugin.bookmark.default = color.catppuccin.green
color.bg.plugin.bookmark.info = color.catppuccin.yellow
color.bg.plugin.bookmark.warning = color.catppuccin.peach
color.bg.plugin.bookmark.analysis = color.catppuccin.blue
color.bg.plugin.bookmark.error = color.catppuccin.red
color.bg.listing.highlighter.default = color.catppuccin.clicked
color.bg.listing.highlighter.scoped.read = color.catppuccin.mauve
color.bg.listing.highlighter.scoped.write = color.catppuccin.green
color.catppuccin.clicked = color.catppuccin.surface1
color.catppuccin.selected = color.catppuccin.surface0
color.catppuccin.highlight = color.catppuccin.mauve
color.cursor.focused = color.catppuccin.rosewater
[color]system.color.bg.view = color.catppuccin.base
[color]system.color.fg.view = color.catppuccin.text
[color]system.color.bg.border = color.catppuccin.mantle
[color]system.color.bg.control = color.catppuccin.base
[color]system.color.bg.tooltip = color.catppuccin.crust
[color]system.color.bg.selected.view = color.catppuccin.surface0
[color]system.color.fg.control = color.catppuccin.text
[color]system.color.fg.disabled = color.catppuccin.overlay0
[color]system.color.fg.selected.view = color.catppuccin.text
[color]system.color.fg.tooltip = color.catppuccin.text
[color]laf.palette.color.04 = color.catppuccin.mauve // Primary button bg
[color]laf.palette.color.08 = color.catppuccin.pink // Primary button hover bg
[color]laf.palette.color.09 = color.catppuccin.flamingo // Primary button click bg
[color]laf.palette.color.10 = color.catppuccin.mantle // Secondary button hover bg
[color]laf.palette.color.14 = color.catppuccin.crust // Secondary button click bg
[color]laf.palette.color.16 = color.catppuccin.crust // Tab bar edge
[color]laf.palette.color.31 = color.catppuccin.subtext0 // Menubar shortcut keys fg
[color]laf.palette.color.33 = color.catppuccin.overlay2 // Dropdown select arrow
[color]laf.palette.color.59 = color.catppuccin.surface1 // File menu selection inactive bg
[color]laf.palette.color.60 = color.catppuccin.surface2 // Toolbar border
[color]laf.palette.color.61 = color.catppuccin.surface0 // Menubar item hover bg
[color]laf.palette.color.86 = color.catppuccin.mauve // Selected tab accent
[color]laf.palette.color.71 = color.catppuccin.mauve
[color]laf.palette.color.72 = color.catppuccin.overlay1
[color]laf.palette.color.73 = color.catppuccin.surface1
[color]laf.palette.color.69 = color.catppuccin.mauve
[color]laf.palette.color.62 = color.catppuccin.surface1
[color]laf.palette.color.63 = color.catppuccin.mauve
[color]laf.palette.color.32 = color.catppuccin.base // Menubar bg color
[color]laf.palette.color.20 = color.catppuccin.surface0
[color]laf.palette.color.82 = color.catppuccin.overlay0 // Resize border indicator
[color]laf.palette.color.85 = color.catppuccin.base // Tab selected bg
[color]laf.color.TextArea.caretForeground = [color]color.catppuccin.rosewater
[color]laf.color.TextField.caretForeground = [color]color.catppuccin.rosewater
[color]laf.color.Button.default.foreground = [color]color.catppuccin.{% if flavor.dark %}base{% else %}text{% endif %}
[color]laf.color.ProgressBar.background = [color]color.catppuccin.mantle
[color]laf.color.ProgressBar.foreground = [color]color.catppuccin.mauve
[color]laf.color.ProgressBar.selectionBackground = [color]color.catppuccin.base
[color]laf.color.ProgressBar.selectionForeground = [color]color.catppuccin.base