-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy paththeme.toml
More file actions
49 lines (45 loc) · 1.31 KB
/
theme.toml
File metadata and controls
49 lines (45 loc) · 1.31 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
# Main highlight color on the active tab
accent = "#cba6f7"
# Text color on the active tab (should contrast with accent)
accentText = "#11111b"
# Dim overlay opacity when selecting (0.0 - 1.0)
dimOpacity = 0.6
# Corner radius on selection outline
borderRadius = 10
# Selection outline thickness
outlineThickness = 2
# Distance from bottom edge to the bar
bottomMargin = 60
# Global animation toggle (true/false)
animations = true
# Tool to use for the "edit" screenshot action (e.g., "satty" or "gradia")
annotationTool = "satty"
[bar]
# Segmented control background
background = "rgba(38, 38, 38, 0.4)"
# Segmented control border
border = "rgba(255, 255, 255, 0.15)"
# Inactive tab text color
text = "#AAFFFFFF"
# Drop shadow under the bar
shadow = "#80000000"
[toggle]
# Drop shadow under toggle pills
shadow = "#80000000"
# Edit toggle icon color
edit = "#1ABC9C"
# Temp toggle icon color
temp = "#2C66D8"
[share]
# Icon color when device is reachable
connected = "#3498DB"
# Icon color while checking connectivity
pending = "#95A5A6"
# Icon color on connection failure
errorIcon = "white"
# Background color on connection failure
errorBackground = "#E74C3C"
[hooks]
# Command to run after a screenshot is saved (leave empty to disable)
# Placeholders: %f = full path, %n = filename, %d = directory, %t = timestamp
postSaveHook = ""