aboutsummaryrefslogtreecommitdiff
path: root/btop/themes
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2024-10-09 19:32:03 +0200
committereric.marin <maarin.eric@gmail.com>2024-10-09 19:32:03 +0200
commit218815bae8ef1199004a3bc86608254849409401 (patch)
tree6130eb1372267ed929a3d9cce605f2884e6f776d /btop/themes
parent5c12962ce99ed5531deec8ebd2395437d32c730d (diff)
downloaddotfiles-218815bae8ef1199004a3bc86608254849409401.tar.gz
dotfiles-218815bae8ef1199004a3bc86608254849409401.zip
.gitignore is now working
Diffstat (limited to 'btop/themes')
-rw-r--r--btop/themes/catppuccin_macchiato.theme83
1 files changed, 0 insertions, 83 deletions
diff --git a/btop/themes/catppuccin_macchiato.theme b/btop/themes/catppuccin_macchiato.theme
deleted file mode 100644
index 86819d2..0000000
--- a/btop/themes/catppuccin_macchiato.theme
+++ /dev/null
@@ -1,83 +0,0 @@
-# Main background, empty for terminal default, need to be empty if you want transparent background
-theme[main_bg]="#24273A"
-
-# Main text color
-theme[main_fg]="#CAD3F5"
-
-# Title color for boxes
-theme[title]="#CAD3F5"
-
-# Highlight color for keyboard shortcuts
-theme[hi_fg]="#8AADF4"
-
-# Background color of selected item in processes box
-theme[selected_bg]="#494D64"
-
-# Foreground color of selected item in processes box
-theme[selected_fg]="#8AADF4"
-
-# Color of inactive/disabled text
-theme[inactive_fg]="#8087A2"
-
-# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
-theme[graph_text]="#F4DBD6"
-
-# Background color of the percentage meters
-theme[meter_bg]="#494D64"
-
-# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
-theme[proc_misc]="#F4DBD6"
-
-# CPU, Memory, Network, Proc box outline colors
-theme[cpu_box]="#c6a0f6" #Mauve
-theme[mem_box]="#a6da95" #Green
-theme[net_box]="#ee99a0" #Maroon
-theme[proc_box]="#8aadf4" #Blue
-
-# Box divider line and small boxes line color
-theme[div_line]="#6E738D"
-
-# Temperature graph color (Green -> Yellow -> Red)
-theme[temp_start]="#a6da95"
-theme[temp_mid]="#eed49f"
-theme[temp_end]="#ed8796"
-
-# CPU graph colors (Teal -> Lavender)
-theme[cpu_start]="#8bd5ca"
-theme[cpu_mid]="#7dc4e4"
-theme[cpu_end]="#b7bdf8"
-
-# Mem/Disk free meter (Mauve -> Lavender -> Blue)
-theme[free_start]="#c6a0f6"
-theme[free_mid]="#b7bdf8"
-theme[free_end]="#8aadf4"
-
-# Mem/Disk cached meter (Sapphire -> Lavender)
-theme[cached_start]="#7dc4e4"
-theme[cached_mid]="#8aadf4"
-theme[cached_end]="#b7bdf8"
-
-# Mem/Disk available meter (Peach -> Red)
-theme[available_start]="#f5a97f"
-theme[available_mid]="#ee99a0"
-theme[available_end]="#ed8796"
-
-# Mem/Disk used meter (Green -> Sky)
-theme[used_start]="#a6da95"
-theme[used_mid]="#8bd5ca"
-theme[used_end]="#91d7e3"
-
-# Download graph colors (Peach -> Red)
-theme[download_start]="#f5a97f"
-theme[download_mid]="#ee99a0"
-theme[download_end]="#ed8796"
-
-# Upload graph colors (Green -> Sky)
-theme[upload_start]="#a6da95"
-theme[upload_mid]="#8bd5ca"
-theme[upload_end]="#91d7e3"
-
-# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve)
-theme[process_start]="#7dc4e4"
-theme[process_mid]="#b7bdf8"
-theme[process_end]="#c6a0f6"