From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- config/btop/themes/coasteen.theme | 89 +++++++++++++++++++++++++++++++++++++ config/btop/themes/dracula.theme | 89 +++++++++++++++++++++++++++++++++++++ config/btop/themes/gruvbox.theme | 92 +++++++++++++++++++++++++++++++++++++++ config/btop/themes/kyli0x.theme | 92 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 362 insertions(+) create mode 100755 config/btop/themes/coasteen.theme create mode 100755 config/btop/themes/dracula.theme create mode 100755 config/btop/themes/gruvbox.theme create mode 100755 config/btop/themes/kyli0x.theme (limited to 'config/btop/themes') diff --git a/config/btop/themes/coasteen.theme b/config/btop/themes/coasteen.theme new file mode 100755 index 0000000..52e4152 --- /dev/null +++ b/config/btop/themes/coasteen.theme @@ -0,0 +1,89 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="" + +# Main text color +theme[main_fg]="#f8e8ec" + +# Title color for boxes +theme[title]="#f8e8ec" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#ff8aa0" + +# Background color of selected item in processes box +theme[selected_bg]="#7b3949" + +# Foreground color of selected item in processes box +theme[selected_fg]="#f8e8ec" + +# Color of inactive/disabled text +theme[inactive_fg]="#a56a79" + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#c67090" + +# Background color of the percentage meters +theme[meter_bg]="#a65c6c" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#ff8aa0" + +# Cpu box outline color +theme[cpu_box]="#d77189" + +# Memory/disks box outline color +theme[mem_box]="#d77189" + +# Net up/down box outline color +theme[net_box]="#d77189" + +# Processes box outline color +theme[proc_box]="#d77189" + +# Box divider line and small boxes line color +theme[div_line]="#6f3b4a" + +# Temperature graph colors +theme[temp_start]="#ff8aa0" +theme[temp_mid]="#d77189" +theme[temp_end]="#a65c6c" + +# CPU graph colors +theme[cpu_start]="#ff8aa0" +theme[cpu_mid]="#d77189" +theme[cpu_end]="#a65c6c" + +# Mem/Disk free meter +theme[free_start]="#ff8aa0" +theme[free_mid]="#d77189" +theme[free_end]="#a65c6c" + +# Mem/Disk cached meter +theme[cached_start]="#ff8aa0" +theme[cached_mid]="#d77189" +theme[cached_end]="#a65c6c" + +# Mem/Disk available meter +theme[available_start]="#ff8aa0" +theme[available_mid]="#d77189" +theme[available_end]="#a65c6c" + +# Mem/Disk used meter +theme[used_start]="#ff8aa0" +theme[used_mid]="#d77189" +theme[used_end]="#a65c6c" + +# Download graph colors +theme[download_start]="#ff8aa0" +theme[download_mid]="#d77189" +theme[download_end]="#a65c6c" + +# Upload graph colors +theme[upload_start]="#f19bb4" +theme[upload_mid]="#d77189" +theme[upload_end]="#a65c6c" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#ff8aa0" +theme[process_mid]="#d77189" +theme[process_end]="#c67090" diff --git a/config/btop/themes/dracula.theme b/config/btop/themes/dracula.theme new file mode 100755 index 0000000..5768e5f --- /dev/null +++ b/config/btop/themes/dracula.theme @@ -0,0 +1,89 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#282a36" + +# Main text color +theme[main_fg]="#f8f8f2" + +# Title color for boxes +theme[title]="#f8f8f2" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#6272a4" + +# Background color of selected item in processes box +theme[selected_bg]="#ff79c6" + +# Foreground color of selected item in processes box +theme[selected_fg]="#f8f8f2" + +# Color of inactive/disabled text +theme[inactive_fg]="#44475a" + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#f8f8f2" + +# Background color of the percentage meters +theme[meter_bg]="#44475a" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#bd93f9" + +# Cpu box outline color +theme[cpu_box]="#bd93f9" + +# Memory/disks box outline color +theme[mem_box]="#50fa7b" + +# Net up/down box outline color +theme[net_box]="#ff5555" + +# Processes box outline color +theme[proc_box]="#8be9fd" + +# Box divider line and small boxes line color +theme[div_line]="#44475a" + +# Temperature graph colors +theme[temp_start]="#bd93f9" +theme[temp_mid]="#ff79c6" +theme[temp_end]="#ff33a8" + +# CPU graph colors +theme[cpu_start]="#bd93f9" +theme[cpu_mid]="#8be9fd" +theme[cpu_end]="#50fa7b" + +# Mem/Disk free meter +theme[free_start]="#ffa6d9" +theme[free_mid]="#ff79c6" +theme[free_end]="#ff33a8" + +# Mem/Disk cached meter +theme[cached_start]="#b1f0fd" +theme[cached_mid]="#8be9fd" +theme[cached_end]="#26d7fd" + +# Mem/Disk available meter +theme[available_start]="#ffd4a6" +theme[available_mid]="#ffb86c" +theme[available_end]="#ff9c33" + +# Mem/Disk used meter +theme[used_start]="#96faaf" +theme[used_mid]="#50fa7b" +theme[used_end]="#0dfa49" + +# Download graph colors +theme[download_start]="#bd93f9" +theme[download_mid]="#50fa7b" +theme[download_end]="#8be9fd" + +# Upload graph colors +theme[upload_start]="#8c42ab" +theme[upload_mid]="#ff79c6" +theme[upload_end]="#ff33a8" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#50fa7b" +theme[process_mid]="#59b690" +theme[process_end]="#6272a4" diff --git a/config/btop/themes/gruvbox.theme b/config/btop/themes/gruvbox.theme new file mode 100755 index 0000000..8cd9d37 --- /dev/null +++ b/config/btop/themes/gruvbox.theme @@ -0,0 +1,92 @@ +#Bashtop gruvbox (https://github.com/morhetz/gruvbox) theme +#by BachoSeven + +# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255" +# example for white: "#FFFFFF", "#ff" or "255 255 255". + +# All graphs and meters can be gradients +# For single color graphs leave "mid" and "end" variable empty. +# Use "start" and "end" variables for two color gradient +# Use "start", "mid" and "end" for three color gradient + +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#1d2021" + +# Main text color +theme[main_fg]="#a89984" + +# Title color for boxes +theme[title]="#ebdbb2" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#d79921" + +# Background color of selected items +theme[selected_bg]="#282828" + +# Foreground color of selected items +theme[selected_fg]="#fabd2f" + +# Color of inactive/disabled text +theme[inactive_fg]="#282828" + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#585858" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#98971a" + +# Cpu box outline color +theme[cpu_box]="#a89984" + +# Memory/disks box outline color +theme[mem_box]="#a89984" + +# Net up/down box outline color +theme[net_box]="#a89984" + +# Processes box outline color +theme[proc_box]="#a89984" + +# Box divider line and small boxes line color +theme[div_line]="#a89984" + +# Temperature graph colors +theme[temp_start]="#458588" +theme[temp_mid]="#d3869b" +theme[temp_end]="#fb4394" + +# CPU graph colors +theme[cpu_start]="#b8bb26" +theme[cpu_mid]="#d79921" +theme[cpu_end]="#fb4934" + +# Mem/Disk free meter +theme[free_start]="#4e5900" +theme[free_mid]="" +theme[free_end]="#98971a" + +# Mem/Disk cached meter +theme[cached_start]="#458588" +theme[cached_mid]="" +theme[cached_end]="#83a598" + +# Mem/Disk available meter +theme[available_start]="#d79921" +theme[available_mid]="" +theme[available_end]="#fabd2f" + +# Mem/Disk used meter +theme[used_start]="#cc241d" +theme[used_mid]="" +theme[used_end]="#fb4934" + +# Download graph colors +theme[download_start]="#3d4070" +theme[download_mid]="#6c71c4" +theme[download_end]="#a3a8f7" + +# Upload graph colors +theme[upload_start]="#701c45" +theme[upload_mid]="#b16286" +theme[upload_end]="#d3869b" diff --git a/config/btop/themes/kyli0x.theme b/config/btop/themes/kyli0x.theme new file mode 100755 index 0000000..c955287 --- /dev/null +++ b/config/btop/themes/kyli0x.theme @@ -0,0 +1,92 @@ +#Bashtop Kyli0x Theme +#by Kyli0x + +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#222222" + +# Main text color +theme[main_fg]="#e8f6f5" + +# Title color for boxes +theme[title]="#e8f6f5" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#21d6c9" + +# Background color of selected item in processes box +theme[selected_bg]="#1aaba0" + +# Foreground color of selected item in processes box +theme[selected_fg]="#e8f6f5" + +# Color of inactive/disabled text +theme[inactive_fg]="#5ec4bc" + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#ba1a84" + +# Background color of the percentage meters +theme[meter_bg]="#5ec4bc" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#21d6c9" + +# Cpu box outline color +theme[cpu_box]="#d486d4" + +# Memory/disks box outline color +theme[mem_box]="#d486d4" + +# Net up/down box outline color +theme[net_box]="#d486d4" + +# Processes box outline color +theme[proc_box]="#d486d4" + +# Box divider line and small boxes line color +theme[div_line]="#80638e" + +# Temperature graph colors +theme[temp_start]="#21d6c9" +theme[temp_mid]="#1aaba0" +theme[temp_end]="#5ec4bc" + +# CPU graph colors +theme[cpu_start]="#21d6c9" +theme[cpu_mid]="#1aaba0" +theme[cpu_end]="#5ec4bc" + +# Mem/Disk free meter +theme[free_start]="#21d6c9" +theme[free_mid]="#1aaba0" +theme[free_end]="#5ec4bc" + +# Mem/Disk cached meter +theme[cached_start]="#21d6c9" +theme[cached_mid]="#1aaba0" +theme[cached_end]="#5ec4bc" + +# Mem/Disk available meter +theme[available_start]="#21d6c9" +theme[available_mid]="#1aaba0" +theme[available_end]="#5ec4bc" + +# Mem/Disk used meter +theme[used_start]="#21d6c9" +theme[used_mid]="#1aaba0" +theme[used_end]="#5ec4bc" + +# Download graph colors +theme[download_start]="#21d6c9" +theme[download_mid]="#1aaba0" +theme[download_end]="#5ec4bc" + +# Upload graph colors +theme[upload_start]="#ec95ec" +theme[upload_mid]="#1aaba0" +theme[upload_end]="#5ec4bc" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#21d6c9" +theme[process_mid]="#1aaba0" +theme[process_end]="#ba1a84" -- cgit v1.2.3