mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
82 lines
1.7 KiB
Plaintext
82 lines
1.7 KiB
Plaintext
# Theme: Tokyo Day
|
|
# Based on Tokyo Night Light / tokyonight-day
|
|
|
|
# Main bg
|
|
theme[main_bg]="#e1e2e7"
|
|
|
|
# Main text color
|
|
theme[main_fg]="#3760bf"
|
|
|
|
# Title color for boxes
|
|
theme[title]="#3760bf"
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
theme[hi_fg]="#2e7de9"
|
|
|
|
# Background color of selected item in processes box
|
|
theme[selected_bg]="#b7c1e3"
|
|
|
|
# Foreground color of selected item in processes box
|
|
theme[selected_fg]="#3760bf"
|
|
|
|
# Color of inactive/disabled text
|
|
theme[inactive_fg]="#848cb5"
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
theme[proc_misc]="#2e7de9"
|
|
|
|
# Cpu box outline color
|
|
theme[cpu_box]="#a8aecb"
|
|
|
|
# Memory/disks box outline color
|
|
theme[mem_box]="#a8aecb"
|
|
|
|
# Net up/down box outline color
|
|
theme[net_box]="#a8aecb"
|
|
|
|
# Processes box outline color
|
|
theme[proc_box]="#a8aecb"
|
|
|
|
# Box divider line and small boxes line color
|
|
theme[div_line]="#a8aecb"
|
|
|
|
# Temperature graph colors
|
|
theme[temp_start]="#587539"
|
|
theme[temp_mid]="#8c6c3e"
|
|
theme[temp_end]="#f52a65"
|
|
|
|
# CPU graph colors
|
|
theme[cpu_start]="#587539"
|
|
theme[cpu_mid]="#8c6c3e"
|
|
theme[cpu_end]="#f52a65"
|
|
|
|
# Mem/Disk free meter
|
|
theme[free_start]="#587539"
|
|
theme[free_mid]="#8c6c3e"
|
|
theme[free_end]="#f52a65"
|
|
|
|
# Mem/Disk cached meter
|
|
theme[cached_start]="#587539"
|
|
theme[cached_mid]="#8c6c3e"
|
|
theme[cached_end]="#f52a65"
|
|
|
|
# Mem/Disk available meter
|
|
theme[available_start]="#587539"
|
|
theme[available_mid]="#8c6c3e"
|
|
theme[available_end]="#f52a65"
|
|
|
|
# Mem/Disk used meter
|
|
theme[used_start]="#587539"
|
|
theme[used_mid]="#8c6c3e"
|
|
theme[used_end]="#f52a65"
|
|
|
|
# Download graph colors
|
|
theme[download_start]="#587539"
|
|
theme[download_mid]="#8c6c3e"
|
|
theme[download_end]="#f52a65"
|
|
|
|
# Upload graph colors
|
|
theme[upload_start]="#587539"
|
|
theme[upload_mid]="#8c6c3e"
|
|
theme[upload_end]="#f52a65"
|