diff --git a/themes/white/backgrounds/1-white.jpg b/themes/white/backgrounds/1-white.jpg new file mode 100644 index 00000000..0e6121f7 Binary files /dev/null and b/themes/white/backgrounds/1-white.jpg differ diff --git a/themes/white/backgrounds/2-white.jpg b/themes/white/backgrounds/2-white.jpg new file mode 100644 index 00000000..b8c5a7dc Binary files /dev/null and b/themes/white/backgrounds/2-white.jpg differ diff --git a/themes/white/backgrounds/3-white.jog b/themes/white/backgrounds/3-white.jog new file mode 100644 index 00000000..4ec45534 Binary files /dev/null and b/themes/white/backgrounds/3-white.jog differ diff --git a/themes/white/btop.theme b/themes/white/btop.theme new file mode 100644 index 00000000..244253ac --- /dev/null +++ b/themes/white/btop.theme @@ -0,0 +1,70 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#ffffff" + +# Main text color +theme[main_fg]="#000000" + +# Title color for boxes +theme[title]="#2e2e2e" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#3e3e3e" + +# Background color of selected item in processes box +theme[selected_bg]="#c0c0c0" + +# Foreground color of selected item in processes box +theme[selected_fg]="#000000" + +# Color of inactive/disabled text +theme[inactive_fg]="#c0c0c0" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#2e2e2e" + +# Box outline and divider line color +theme[cpu_box]="#3a3a3a" +theme[mem_box]="#3a3a3a" +theme[net_box]="#3a3a3a" +theme[proc_box]="#3a3a3a" +theme[div_line]="#c0c0c0" + +# Gradient for all meters and graphs +theme[temp_start]="#3e3e3e" +theme[temp_mid]="#1a1a1a" +theme[temp_end]="#3a3a3a" + + +theme[cpu_start]="#3e3e3e" +theme[cpu_mid]="#1a1a1a" +theme[cpu_end]="#3a3a3a" + + +theme[free_start]="#1a1a1a" +theme[free_mid]="#4a4a4a" +theme[free_end]="#4a4a4a" + + +theme[cached_start]="#4a4a4a" +theme[cached_mid]="#4a4a4a" +theme[cached_end]="#4a4a4a" + + +theme[available_start]="#3e3e3e" +theme[available_mid]="#3e3e3e" +theme[available_end]="#3e3e3e" + + +theme[used_start]="#3a3a3a" +theme[used_mid]="#3a3a3a" +theme[used_end]="#3a3a3a" + + +theme[download_start]="#4a4a4a" +theme[download_mid]="#3e3e3e" +theme[download_end]="#1a1a1a" + + +theme[upload_start]="#4a4a4a" +theme[upload_mid]="#3e3e3e" +theme[upload_end]="#1a1a1a" \ No newline at end of file diff --git a/themes/white/colors.toml b/themes/white/colors.toml new file mode 100644 index 00000000..282bd1a7 --- /dev/null +++ b/themes/white/colors.toml @@ -0,0 +1,31 @@ +# UI Colors (extended) +accent = "#2e2e2e" +cursor = "#000000" + +# Primary colors +foreground = "#000000" +background = "#ffffff" + +# Selection colors +selection_foreground = "#ffffff" +selection_background = "#1a1a1a" + +# Normal colors (ANSI 0-7) +color0 = "#ffffff" +color1 = "#2a2a2a" +color2 = "#3a3a3a" +color3 = "#4a4a4a" +color4 = "#1a1a1a" +color5 = "#2e2e2e" +color6 = "#3e3e3e" +color7 = "#000000" + +# Bright colors (ANSI 8-15) +color8 = "#c0c0c0" +color9 = "#2a2a2a" +color10 = "#3a3a3a" +color11 = "#4a4a4a" +color12 = "#1a1a1a" +color13 = "#2e2e2e" +color14 = "#3e3e3e" +color15 = "#000000" diff --git a/themes/white/icons.theme b/themes/white/icons.theme new file mode 100644 index 00000000..6ce2f147 --- /dev/null +++ b/themes/white/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/white/light.mode b/themes/white/light.mode new file mode 100644 index 00000000..66bb2d04 --- /dev/null +++ b/themes/white/light.mode @@ -0,0 +1 @@ +# This will set "prefer-light" and use "Adwaita" as the theme diff --git a/themes/white/neovim.lua b/themes/white/neovim.lua new file mode 100644 index 00000000..508c312a --- /dev/null +++ b/themes/white/neovim.lua @@ -0,0 +1,13 @@ +return { + { + -- "bjarneo/white.nvim", + dir = "~/Code/white.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "white", + }, + }, +} diff --git a/themes/white/preview.png b/themes/white/preview.png new file mode 100644 index 00000000..3d7dd81c Binary files /dev/null and b/themes/white/preview.png differ diff --git a/themes/white/vscode.json b/themes/white/vscode.json new file mode 100644 index 00000000..88d16fcd --- /dev/null +++ b/themes/white/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "White Omarchy", + "extension": "Bjarne.white-theme" +}