feat(system): comprehensive branding, styling, and system feature update
- Relocate themes to assets/themes/ and update all references. - Implement custom SDDM theme and Plymouth theme enhancements. - Add themed templates for Alacritty, Hyprland, Waybar, and other apps. - Introduce Makima key remapper module and configuration. - Add Voxtype and Walker configurations. - Implement systemd power management and timeout optimizations. - Add Nautilus-python extensions for LocalSend. - Update branding assets and ASCII art integration.
This commit is contained in:
BIN
assets/themes/osaka-jade/backgrounds/1-glowing-city.jpg
Normal file
BIN
assets/themes/osaka-jade/backgrounds/1-glowing-city.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/themes/osaka-jade/backgrounds/2-shaded-entrance.jpg
Normal file
BIN
assets/themes/osaka-jade/backgrounds/2-shaded-entrance.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/themes/osaka-jade/backgrounds/3-mountain-moon.jpg
Normal file
BIN
assets/themes/osaka-jade/backgrounds/3-mountain-moon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
87
assets/themes/osaka-jade/btop.theme
Normal file
87
assets/themes/osaka-jade/btop.theme
Normal file
@@ -0,0 +1,87 @@
|
||||
# Main background
|
||||
theme[main_bg]="#111c18"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#F7E8B2"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#D6D5BC"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#E67D64"
|
||||
|
||||
# Background color of selected items
|
||||
theme[selected_bg]="#364538"
|
||||
|
||||
# Foreground color of selected items
|
||||
theme[selected_fg]="#DEB266"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#32473B"
|
||||
|
||||
# Color of text appearing on top of graphs
|
||||
theme[graph_text]="#E6D8BA"
|
||||
|
||||
# Misc colors for processes box
|
||||
theme[proc_misc]="#E6D8BA"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#81B8A8"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#81B8A8"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#81B8A8"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#81B8A8"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#81B8A8"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#BFD99A"
|
||||
theme[temp_mid]="#E1B55E"
|
||||
theme[temp_end]="#DBB05C"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#5F8C86"
|
||||
theme[cpu_mid]="#629C89"
|
||||
theme[cpu_end]="#76AD98"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#5F8C86"
|
||||
theme[free_mid]="#629C89"
|
||||
theme[free_end]="#76AD98"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#5F8C86"
|
||||
theme[cached_mid]="#629C89"
|
||||
theme[cached_end]="#76AD98"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#5F8C86"
|
||||
theme[available_mid]="#629C89"
|
||||
theme[available_end]="#76AD98"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#5F8C86"
|
||||
theme[used_mid]="#629C89"
|
||||
theme[used_end]="#76AD98"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#75BBB3"
|
||||
theme[download_mid]="#61949A"
|
||||
theme[download_end]="#215866"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#215866"
|
||||
theme[upload_mid]="#91C080"
|
||||
theme[upload_end]="#549E6A"
|
||||
|
||||
# Process box color gradient for threads, mem and cpu usage
|
||||
theme[process_start]="#72CFA3"
|
||||
theme[process_mid]="#D0D494"
|
||||
theme[process_end]="#DB9F9C"
|
||||
|
||||
23
assets/themes/osaka-jade/colors.toml
Normal file
23
assets/themes/osaka-jade/colors.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
accent = "#509475"
|
||||
cursor = "#D7C995"
|
||||
foreground = "#C1C497"
|
||||
background = "#111c18"
|
||||
selection_foreground = "#111C18"
|
||||
selection_background = "#C1C497"
|
||||
|
||||
color0 = "#23372B"
|
||||
color1 = "#FF5345"
|
||||
color2 = "#549e6a"
|
||||
color3 = "#459451"
|
||||
color4 = "#509475"
|
||||
color5 = "#D2689C"
|
||||
color6 = "#2DD5B7"
|
||||
color7 = "#F6F5DD"
|
||||
color8 = "#53685B"
|
||||
color9 = "#db9f9c"
|
||||
color10 = "#63b07a"
|
||||
color11 = "#E5C736"
|
||||
color12 = "#ACD4CF"
|
||||
color13 = "#75bbb3"
|
||||
color14 = "#8CD3CB"
|
||||
color15 = "#9eebb3"
|
||||
1
assets/themes/osaka-jade/icons.theme
Normal file
1
assets/themes/osaka-jade/icons.theme
Normal file
@@ -0,0 +1 @@
|
||||
Yaru-sage
|
||||
12
assets/themes/osaka-jade/neovim.lua
Normal file
12
assets/themes/osaka-jade/neovim.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"ribru17/bamboo.nvim",
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "bamboo",
|
||||
},
|
||||
},
|
||||
}
|
||||
BIN
assets/themes/osaka-jade/preview.png
Normal file
BIN
assets/themes/osaka-jade/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 343 KiB |
4
assets/themes/osaka-jade/vscode.json
Normal file
4
assets/themes/osaka-jade/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Ocean Green: Dark",
|
||||
"extension": "jovejonovski.ocean-green"
|
||||
}
|
||||
Reference in New Issue
Block a user