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/flexoki-light/backgrounds/1-orb.png
Normal file
BIN
assets/themes/flexoki-light/backgrounds/1-orb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 287 KiB |
BIN
assets/themes/flexoki-light/backgrounds/2-nomarchy.png
Normal file
BIN
assets/themes/flexoki-light/backgrounds/2-nomarchy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
78
assets/themes/flexoki-light/btop.theme
Normal file
78
assets/themes/flexoki-light/btop.theme
Normal file
@@ -0,0 +1,78 @@
|
||||
# Main bg
|
||||
theme[main_bg]="#FFFCF0"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#100F0F"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#100F0F"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#205EA6"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#414868"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#100F0F"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#6F6E69"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#205EA6"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#6F6E69"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#6F6E69"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#6F6E69"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#6F6E69"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#6F6E69"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#66800B"
|
||||
theme[temp_mid]="#BC5215"
|
||||
theme[temp_end]="#AF3029"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#66800B"
|
||||
theme[cpu_mid]="#BC5215"
|
||||
theme[cpu_end]="#AF3029"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#66800B"
|
||||
theme[free_mid]="#BC5215"
|
||||
theme[free_end]="#AF3029"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#66800B"
|
||||
theme[cached_mid]="#BC5215"
|
||||
theme[cached_end]="#AF3029"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#66800B"
|
||||
theme[available_mid]="#BC5215"
|
||||
theme[available_end]="#AF3029"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#66800B"
|
||||
theme[used_mid]="#BC5215"
|
||||
theme[used_end]="#AF3029"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#66800B"
|
||||
theme[download_mid]="#BC5215"
|
||||
theme[download_end]="#AF3029"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#66800B"
|
||||
theme[upload_mid]="#BC5215"
|
||||
theme[upload_end]="#AF3029"
|
||||
1
assets/themes/flexoki-light/chromium.theme
Normal file
1
assets/themes/flexoki-light/chromium.theme
Normal file
@@ -0,0 +1 @@
|
||||
242,240,229
|
||||
23
assets/themes/flexoki-light/colors.toml
Normal file
23
assets/themes/flexoki-light/colors.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
accent = "#205EA6"
|
||||
cursor = "#100F0F"
|
||||
foreground = "#100F0F"
|
||||
background = "#FFFCF0"
|
||||
selection_foreground = "#100F0F"
|
||||
selection_background = "#CECDC3"
|
||||
|
||||
color0 = "#100F0F"
|
||||
color1 = "#D14D41"
|
||||
color2 = "#879A39"
|
||||
color3 = "#D0A215"
|
||||
color4 = "#205EA6"
|
||||
color5 = "#CE5D97"
|
||||
color6 = "#3AA99F"
|
||||
color7 = "#FFFCF0"
|
||||
color8 = "#100F0F"
|
||||
color9 = "#D14D41"
|
||||
color10 = "#879A39"
|
||||
color11 = "#D0A215"
|
||||
color12 = "#4385BE"
|
||||
color13 = "#CE5D97"
|
||||
color14 = "#3AA99F"
|
||||
color15 = "#FFFCF0"
|
||||
1
assets/themes/flexoki-light/icons.theme
Normal file
1
assets/themes/flexoki-light/icons.theme
Normal file
@@ -0,0 +1 @@
|
||||
Yaru-blue
|
||||
1
assets/themes/flexoki-light/light.mode
Normal file
1
assets/themes/flexoki-light/light.mode
Normal file
@@ -0,0 +1 @@
|
||||
# This will set "prefer-light" and use "Adwaita" as the theme
|
||||
12
assets/themes/flexoki-light/neovim.lua
Normal file
12
assets/themes/flexoki-light/neovim.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"kepano/flexoki-neovim",
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "flexoki-light",
|
||||
},
|
||||
},
|
||||
}
|
||||
BIN
assets/themes/flexoki-light/preview.png
Normal file
BIN
assets/themes/flexoki-light/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
4
assets/themes/flexoki-light/vscode.json
Normal file
4
assets/themes/flexoki-light/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "flexoki-light",
|
||||
"extension": "shadesOfBuntu.flexoki-light"
|
||||
}
|
||||
Reference in New Issue
Block a user