-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.default.toml
More file actions
51 lines (44 loc) · 1.92 KB
/
theme.default.toml
File metadata and controls
51 lines (44 loc) · 1.92 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
# Naruto Inspired GT Theme
# Copy this file to ~/.config/gt/theme.toml and modify it to customize.
# font_path = "/System/Library/Fonts/Menlo.ttc" # Keep Menlo for now
font_path = "/Users/fource/Library/Fonts/SpaceMono-Regular.ttf" # Use SpaceMono from user library
font_size = 28 # Increase font size
window_opacity = 0.85 # Window opacity for frosted glass effect (0.0 to 1.0)
[colors]
foreground = "#f0e6d8" # Light Sand/Off-white
background = "#0b0d17" # Very Dark Blue/Black (Fallback)
cursor = "#ff8c00" # Naruto Orange
black = "#1c1c1c" # Near Black
red = "#e04a4a" # Sharingan Red / Softer Red
green = "#86b73b" # Leaf Green
yellow = "#ffcc00" # Gold/Yellow (Rasengan?)
blue = "#4a86e8" # Headband Blue
magenta = "#aa77dd" # Purple (Rinnegan?)
cyan = "#67cdf0" # Sky Blue
white = "#e0e0d0" # Off-white/Light Gray
bright_black = "#555555" # Gray
bright_red = "#ff6666" # Brighter Red
bright_green = "#a6d96a" # Brighter Leaf Green
bright_yellow = "#ffee55" # Brighter Gold
bright_blue = "#7aaeff" # Brighter Headband Blue
bright_magenta = "#c799ff" # Brighter Purple
bright_cyan = "#87ddff" # Brighter Sky Blue
bright_white = "#ffffff" # Pure White
# Example: Gradient background (NOT YET IMPLEMENTED)
[gradient]
enabled = true
start_color = "#1a2a4f" # Dark Midnight Blue (Night Sky)
end_color = "#0b0d17" # Very Dark Blue/Black (Deep Night)
direction = "vertical"
# Subtle background noise effect
[noise_effect]
enabled = false
opacity = 0.05 # Opacity of the noise layer (0.0 to 1.0)
# Inner border/shadow effect for a subtle 3D/glossy look
[border_effect]
enabled = false
thickness = 1 # Thickness of the highlight/shadow lines in pixels
highlight_color = "#FFFFFF" # Color of the top/left highlight
shadow_color = "#000000" # Color of the bottom/right shadow
highlight_opacity = 0.1 # Opacity of the highlight (0.0 to 1.0)
shadow_opacity = 0.1 # Opacity of the shadow (0.0 to 1.0)