forked from abhixdd/ghgrab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexampletheme.toml
More file actions
24 lines (18 loc) · 866 Bytes
/
exampletheme.toml
File metadata and controls
24 lines (18 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ghgrab theme example
# Place this file at ~/.config/ghgrab/theme.toml if linux and mac
# Place this file at %APPDATA%\ghgrab\theme.toml if windows
# If directory doesnt exists create it yourself
# All values are optional - missing keys fall back to the default Tokyo Night colors
# Colors must be in #RRGGBB hex format.
# R for red G for green and B for blue
bg_color = "#24283b" # Main background
fg_color = "#c0caf5" # Primary text
accent_color = "#7aa2f7" # Borders, highlights, active elements
warning_color = "#e0af68" # Warnings
error_color = "#f7768e" # Errors
success_color = "#9ece6a" # Success indicators
folder_color = "#82aaff" # Folder icons
selected_color = "#ff9e64" # Selected items
border_color = "#565f89" # Inactive borders
highlight_bg = "#292e42" # Highlighted row background
# Matugen tested