From 5e5ef6512e40bf781d7eb8ce3c8c8aed71dd0f2c Mon Sep 17 00:00:00 2001 From: Emre Tuna Date: Mon, 4 Mar 2024 12:51:37 +0300 Subject: [PATCH] Add Kanagawa Wave theme --- themes/kanagawa-wave.theme | 90 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 themes/kanagawa-wave.theme diff --git a/themes/kanagawa-wave.theme b/themes/kanagawa-wave.theme new file mode 100644 index 0000000..0cf7ed9 --- /dev/null +++ b/themes/kanagawa-wave.theme @@ -0,0 +1,90 @@ + +# Main background, empty for terminal default, need to be empty if you want a transparent background +theme[main_bg]="#1F1F28" + +# Main text color +theme[main_fg]="#dcd7ba" + +# Title color for boxes +theme[title]="#dcd7ba" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#c8c093" + +# Background color of the selected item in processes box +theme[selected_bg]="#2d4f67" + +# Foreground color of the selected item in processes box +theme[selected_fg]="#c8c093" + +# Color of inactive/disabled text +theme[inactive_fg]="#727169" + +# Color of text appearing on top of graphs, i.e., uptime and current network graph scaling +theme[graph_text]="#dcd7ba" + +# Background color of the percentage meters +theme[meter_bg]="#16161d" + +# Misc colors for processes box including mini CPU graphs, details memory graph, and details status text +theme[proc_misc]="#6a9589" + +# CPU box outline color +theme[cpu_box]="#6a9589" + +# Memory/disks box outline color +theme[mem_box]="#98bb6c" + +# Net up/down box outline color +theme[net_box]="#e82424" + +# Processes box outline color +theme[proc_box]="#090618" + +# Box divider line and small box line color +theme[div_line]="#16161d" + +# Temperature graph colors +theme[temp_start]="#6a9589" +theme[temp_mid]="#957fb8" +theme[temp_end]="#c8c093" + +# CPU graph colors +theme[cpu_start]="#6a9589" +theme[cpu_mid]="#e6c384" +theme[cpu_end]="#7fb4ca" + +# Mem/Disk free meter +theme[free_start]="#ffa066" +theme[free_mid]="#957fb8" +theme[free_end]="#c8c093" + +# Mem/Disk cached meter +theme[cached_start]="#ffa066" +theme[cached_mid]="#e6c384" +theme[cached_end]="#7fb4ca" + +# Mem/Disk available meter +theme[available_start]="#ffa066" +theme[available_mid]="#e6c384" +theme[available_end]="#7fb4ca" + +# Mem/Disk used meter +theme[used_start]="#ffa066" +theme[used_mid]="#e6c384" +theme[used_end]="#7fb4ca" + +# Download graph colors +theme[download_start]="#6a9589" +theme[download_mid]="#7fb4ca" +theme[download_end]="#e6c384" + +# Upload graph colors +theme[upload_start]="#727169" +theme[upload_mid]="#957fb8" +theme[upload_end]="#c8c093" + +# Process box color gradient for threads, mem, and CPU usage +theme[process_start]="#7fb4ca" +theme[process_mid]="#938aa9" +theme[process_end]="#dcd7ba"