diff --git a/themes/blade.theme b/themes/blade.theme index 0eca9ec..03df4d2 100644 --- a/themes/blade.theme +++ b/themes/blade.theme @@ -1,4 +1,5 @@ # Color palette - https://draculatheme.com/contribute +# Created by - https://github.com/Gabb-c # Main background, empty for terminal default, need to be empty if you want transparent background (default #282a36) theme[main_bg]="#282a36" diff --git a/themes/buffy.theme b/themes/buffy.theme new file mode 100644 index 0000000..0d805cd --- /dev/null +++ b/themes/buffy.theme @@ -0,0 +1,92 @@ +# Color palette - https://draculatheme.com/contribute +# Created by - https://github.com/Gabb-c + +# Main background, empty for terminal default, need to be empty if you want transparent background (default #282a36) +theme[main_bg]="#282a36" + +# Main text color +theme[main_fg]="#ff79c6" + +# Title color for boxes +theme[title]="#f8f8f2" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#8be9fd" + +# Background color of selected item in processes box +theme[selected_bg]="#44475A" + +# Foreground color of selected item in processes box +theme[selected_fg]="#8be9fd" + +# Color of inactive/disabled text +theme[inactive_fg]="#6272a4" + +# 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]="#ff79c6" + +# Cpu box outline color +theme[cpu_box]="#ff79c6" + +# Memory/disks box outline color +theme[mem_box]="#ff79c6" + +# Net up/down box outline color +theme[net_box]="#ff79c6" + +# Processes box outline color +theme[proc_box]="#ff79c6" + +# Box divider line and small boxes line color +theme[div_line]="#ff79c6" + +# Temperature graph colors +theme[temp_start]="#50fa7b" +theme[temp_mid]="#f1fa8c" +theme[temp_end]="#ff79c6" + +# CPU graph colors +theme[cpu_start]="#50fa7b" +theme[cpu_mid]="#f1fa8c" +theme[cpu_end]="#ff79c6" + +# Mem/Disk free meter +theme[free_start]="#ffffff" +theme[free_mid]="#FFACDC" +theme[free_end]="#ff79c6" + +# Mem/Disk cached meter +theme[cached_start]="#ff79c6" +theme[cached_mid]="#FFACDC" +theme[cached_end]="#ffffff" + +# Mem/Disk available meter +theme[available_start]="#ffffff" +theme[available_mid]="#FFACDC" +theme[available_end]="#ff79c6" + +# Mem/Disk used meter +theme[used_start]="#ff79c6" +theme[used_mid]="#FFACDC" +theme[used_end]="#ffffff" + +# Download graph colors +theme[download_start]="#50fa7b" +theme[download_mid]="#f1fa8c" +theme[download_end]="#ff79c6" + +# Upload graph colors +theme[upload_start]="#50fa7b" +theme[upload_mid]="#f1fa8c" +theme[upload_end]="#ff79c6" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#50fa7b" +theme[process_mid]="#f1fa8c" +theme[process_end]="#ff5555" \ No newline at end of file diff --git a/themes/dracula-night.theme b/themes/dracula-night.theme index 4c90642..d018860 100644 --- a/themes/dracula-night.theme +++ b/themes/dracula-night.theme @@ -1,4 +1,5 @@ # Color palette - https://draculatheme.com/contribute +# Created by - https://github.com/Gabb-c # Main background, empty for terminal default, need to be empty if you want transparent background theme[main_bg]="#282a36" diff --git a/themes/van-helsing.theme b/themes/van-helsing.theme index bff5985..dd07348 100644 --- a/themes/van-helsing.theme +++ b/themes/van-helsing.theme @@ -1,4 +1,5 @@ # Color palette - https://draculatheme.com/contribute +# Created by - https://github.com/Gabb-c # Main background, empty for terminal default, need to be empty if you want transparent background (default #282a36) theme[main_bg]="#282a36"