Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kanagawa theme #992

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions themes/kanagawa.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
theme[main_bg]="#16161d"
tocariimaa marked this conversation as resolved.
Show resolved Hide resolved
theme[main_fg]="#dcd7ba"
theme[title]="#c8c093"

# Highlight color for keyboard shortcuts
theme[hi_fg]="#e46876"

# Background color of selected items
theme[selected_bg]="#223249"

# Foreground color of selected items
theme[selected_fg]="#c8c093"

# Color of inactive/disabled text
theme[inactive_fg]="#54546d"

# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
theme[graph_text]="#727169"

# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#76946a"

# Cpu box outline color
theme[cpu_box]="#76946a"

# Memory/disks box outline color
theme[mem_box]="#7fb4ca"

# Net up/down box outline color
theme[net_box]="#e6c384"

# Processes box outline color
theme[proc_box]="#ff5d62"

# Box divider line and small boxes line color
theme[div_line]="#54546d"

# Temperature graph colors
theme[temp_start]="#76946a"
theme[temp_mid]="#dca561"
theme[temp_end]="#e82424"

# CPU graph colors
theme[cpu_start]="#98bb6c"
theme[cpu_mid]="#dca561"
theme[cpu_end]="#e82424"

# Mem/Disk free meter
theme[free_start]="#98bb6c"
theme[free_mid]=""
theme[free_end]="#76946a"

# Mem/Disk cached meter
theme[cached_start]="#7e9cd8"
theme[cached_mid]=""
theme[cached_end]="#658594"

# Mem/Disk available meter
theme[available_start]="#ff9e3b"
theme[available_mid]=""
theme[available_end]="#dca561"

# Mem/Disk used meter
theme[used_start]="#c34043"
theme[used_mid]=""
theme[used_end]="#e82424"

# Download graph colors
theme[download_start]="#98bb6c"
theme[download_mid]="#dca561"
theme[download_end]="#e82424"

# Upload graph colors
theme[upload_start]="#98bb6c"
theme[upload_mid]="#dca561"
theme[upload_end]="#e82424"