Add Lupine theme
|
After Width: | Height: | Size: 612 KiB |
|
After Width: | Height: | Size: 854 KiB |
|
After Width: | Height: | Size: 422 KiB |
|
After Width: | Height: | Size: 71 KiB |
@@ -0,0 +1,93 @@
|
|||||||
|
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||||
|
theme[main_bg]="#fafafa"
|
||||||
|
|
||||||
|
# Main text color
|
||||||
|
theme[main_fg]="#212121"
|
||||||
|
|
||||||
|
# Title color for boxes
|
||||||
|
theme[title]="#212121"
|
||||||
|
|
||||||
|
# Highlight color for keyboard shortcuts
|
||||||
|
theme[hi_fg]="#3264eb"
|
||||||
|
|
||||||
|
# Background color of selected item in processes box
|
||||||
|
theme[selected_bg]="#212121"
|
||||||
|
|
||||||
|
# Foreground color of selected item in processes box
|
||||||
|
theme[selected_fg]="#3264eb"
|
||||||
|
|
||||||
|
# Color of inactive/disabled text
|
||||||
|
theme[inactive_fg]="#757575"
|
||||||
|
|
||||||
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
||||||
|
theme[graph_text]="#424242"
|
||||||
|
|
||||||
|
# Background color of the percentage meters
|
||||||
|
theme[meter_bg]="#212121"
|
||||||
|
|
||||||
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||||
|
theme[proc_misc]="#424242"
|
||||||
|
|
||||||
|
# CPU, Memory, Network, Proc box outline colors
|
||||||
|
theme[cpu_box]="#8a4ad7"
|
||||||
|
theme[mem_box]="#026fde"
|
||||||
|
theme[net_box]="#c900c4"
|
||||||
|
theme[proc_box]="#3264eb"
|
||||||
|
|
||||||
|
# Box divider line and small boxes line color
|
||||||
|
theme[div_line]="#757575"
|
||||||
|
|
||||||
|
# Temperature graph color (Green -> Yellow -> Red)
|
||||||
|
theme[temp_start]="#026fde"
|
||||||
|
theme[temp_mid]="#026fde"
|
||||||
|
theme[temp_end]="#c900c4"
|
||||||
|
|
||||||
|
# CPU graph colors (Teal -> Blue -> Purple)
|
||||||
|
theme[cpu_start]="#0c67de"
|
||||||
|
theme[cpu_mid]="#3264eb"
|
||||||
|
theme[cpu_end]="#8a4ad7"
|
||||||
|
|
||||||
|
# Mem/Disk free meter
|
||||||
|
theme[free_start]="#8a4ad7"
|
||||||
|
theme[free_mid]="#3264eb"
|
||||||
|
theme[free_end]="#0c67de"
|
||||||
|
|
||||||
|
# Mem/Disk cached meter
|
||||||
|
theme[cached_start]="#3264eb"
|
||||||
|
theme[cached_mid]="#0c67de"
|
||||||
|
theme[cached_end]="#8a4ad7"
|
||||||
|
|
||||||
|
# Mem/Disk available meter
|
||||||
|
theme[available_start]="#026fde"
|
||||||
|
theme[available_mid]="#c900c4"
|
||||||
|
theme[available_end]="#c900c4"
|
||||||
|
|
||||||
|
# Mem/Disk used meter (Green -> Teal -> Blue)
|
||||||
|
theme[used_start]="#026fde"
|
||||||
|
theme[used_mid]="#0c67de"
|
||||||
|
theme[used_end]="#3264eb"
|
||||||
|
|
||||||
|
# Download graph colors
|
||||||
|
theme[download_start]="#026fde"
|
||||||
|
theme[download_mid]="#c900c4"
|
||||||
|
theme[download_end]="#c900c4"
|
||||||
|
|
||||||
|
# Upload graph colors (Green -> Teal -> Blue)
|
||||||
|
theme[upload_start]="#026fde"
|
||||||
|
theme[upload_mid]="#0c67de"
|
||||||
|
theme[upload_end]="#3264eb"
|
||||||
|
|
||||||
|
# Process box color gradient for threads, mem and cpu usage
|
||||||
|
theme[process_start]="#0c67de"
|
||||||
|
theme[process_mid]="#3264eb"
|
||||||
|
theme[process_end]="#8a4ad7"
|
||||||
|
|
||||||
|
# Graph gradient colors (spectrum shades from background to foreground)
|
||||||
|
theme[gradient_color_0]="#fafafa"
|
||||||
|
theme[gradient_color_1]="#fbfbfb"
|
||||||
|
theme[gradient_color_2]="#212121"
|
||||||
|
theme[gradient_color_3]="#757575"
|
||||||
|
theme[gradient_color_4]="#191919"
|
||||||
|
theme[gradient_color_5]="#212121"
|
||||||
|
theme[gradient_color_6]="#424242"
|
||||||
|
theme[gradient_color_7]="#595959"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
250,250,250
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
# UI Colors (extended)
|
||||||
|
accent = "#3264eb"
|
||||||
|
cursor = "#212121"
|
||||||
|
|
||||||
|
# Primary colors
|
||||||
|
foreground = "#212121"
|
||||||
|
background = "#fafafa"
|
||||||
|
|
||||||
|
# Selection colors
|
||||||
|
selection_foreground = "#fafafa"
|
||||||
|
selection_background = "#212121"
|
||||||
|
|
||||||
|
# Normal colors (ANSI 0-7)
|
||||||
|
color0 = "#fafafa"
|
||||||
|
color1 = "#c900c4"
|
||||||
|
color2 = "#026fde"
|
||||||
|
color3 = "#026fde"
|
||||||
|
color4 = "#3264eb"
|
||||||
|
color5 = "#8a4ad7"
|
||||||
|
color6 = "#0c67de"
|
||||||
|
color7 = "#212121"
|
||||||
|
|
||||||
|
# Bright colors (ANSI 8-15)
|
||||||
|
color8 = "#757575"
|
||||||
|
color9 = "#f930fb"
|
||||||
|
color10 = "#358fff"
|
||||||
|
color11 = "#358fff"
|
||||||
|
color12 = "#5482ff"
|
||||||
|
color13 = "#b363ff"
|
||||||
|
color14 = "#3986ff"
|
||||||
|
color15 = "#000000"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Yaru-purple
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
{ "bjarneo/lupine.nvim", name = "lupine", priority = 1000 },
|
||||||
|
{ "LazyVim/LazyVim", opts = { colorscheme = "lupine" } },
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 365 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "Lupine",
|
||||||
|
"extension": "Bjarne.lupine-theme"
|
||||||
|
}
|
||||||