mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-29 13:09:24 +00:00
Add ristretto theme to default themes (#384)
* Add ristretto theme to defaults * Update alacritty.toml
This commit is contained in:
82
themes/ristretto/btop.theme
Normal file
82
themes/ristretto/btop.theme
Normal file
@ -0,0 +1,82 @@
|
||||
#Btop monokai pro ristretto theme
|
||||
#Reconfigured from monokai theme
|
||||
|
||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||
theme[main_bg]="#2c2421"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#e6d9db"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#e6d9db"
|
||||
|
||||
# Higlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#fd6883"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#3d2f2a"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#e6d9db"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#72696a"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#adda78"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#5b4a45"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#5b4a45"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#5b4a45"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#5b4a45"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#72696a"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#a8a9eb"
|
||||
theme[temp_mid]="#f38d70"
|
||||
theme[temp_end]="#fd6a85"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#adda78"
|
||||
theme[cpu_mid]="#f9cc6c"
|
||||
theme[cpu_end]="#fd6883"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#5b4a45"
|
||||
theme[free_mid]="#adda78"
|
||||
theme[free_end]="#c5e2a3"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#5b4a45"
|
||||
theme[cached_mid]="#85dacc"
|
||||
theme[cached_end]="#b3e8dd"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#5b4a45"
|
||||
theme[available_mid]="#f9cc6c"
|
||||
theme[available_end]="#fce2a3"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#5b4a45"
|
||||
theme[used_mid]="#fd6a85"
|
||||
theme[used_end]="#feb5c7"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#3d2f2a"
|
||||
theme[download_mid]="#a8a9eb"
|
||||
theme[download_end]="#c5c6f0"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#3d2f2a"
|
||||
theme[upload_mid]="#fd6a85"
|
||||
theme[upload_end]="#feb5c7"
|
||||
|
Reference in New Issue
Block a user