Initial commit: Omeron modular Hyprland setup framework
- Modular installer with gum-based TUI - Fresh-install detection with auto GPU driver selection - Preflight module for system detection (Intel/AMD/NVIDIA) - Core modules: packages, dotfiles, services, SDDM - Optional software installer (Obsidian, Neovim, VS Code, etc.) - Homelab config module with dynamic AGS integration - Two complete themes: Forest Neon and Rose Night - 19 Hyprland control scripts + 4 AGS widgets - Idempotent dotfile deployment with automatic backup - YAML-based configuration, extensible module system - Full logging to ~/.local/share/omeron/
This commit is contained in:
34
dotfiles/hypr/Themes/forest-neon.theme
Normal file
34
dotfiles/hypr/Themes/forest-neon.theme
Normal file
@@ -0,0 +1,34 @@
|
||||
NAME="Forest Neon"
|
||||
ICON=""
|
||||
WALLPAPER="/home/pascal/Bilder/Wallpaper/forest.jpg"
|
||||
TRANSITION_TYPE="grow"
|
||||
TRANSITION_DURATION="1.0"
|
||||
TRANSITION_FPS="60"
|
||||
TRANSITION_POS="center"
|
||||
ACTIVE_BORDER="rgba(00ff9cee) rgba(00cc88ee) 45deg"
|
||||
INACTIVE_BORDER="rgba(2a2a2aaa)"
|
||||
ACCENT="#00ff9c"
|
||||
ACCENT_2="#00cc88"
|
||||
BACKGROUND="rgba(20, 20, 30, 0.95)"
|
||||
BACKGROUND_SOFT="rgba(40, 40, 55, 0.8)"
|
||||
BACKGROUND_HEX="#14141e"
|
||||
PANEL_HEX="#282837"
|
||||
FOREGROUND="#cdd6f4"
|
||||
MUTED="#cccccc"
|
||||
SELECTED_TEXT="#000000"
|
||||
WAYBAR_PANEL="rgba(24, 24, 37, 0.72)"
|
||||
WAYBAR_ISLAND="rgba(5, 5, 9, 0.88)"
|
||||
WAYBAR_MUTED="#7f849c"
|
||||
WAYBAR_SUCCESS="#a6e3a1"
|
||||
WAYBAR_WARNING="#f9e2af"
|
||||
WAYBAR_DANGER="#f38ba8"
|
||||
WAYBAR_BLUE="#89b4fa"
|
||||
WAYBAR_CYAN="#89dceb"
|
||||
WAYBAR_ORANGE="#fab387"
|
||||
WAYBAR_PURPLE="#cba6f7"
|
||||
APP_THEME_MODE="prefer-dark"
|
||||
GNOME_ACCENT_COLOR="green"
|
||||
GTK_THEME_NAME="Adwaita"
|
||||
ICON_THEME_NAME="Papirus-ForestNeon"
|
||||
PAPIRUS_FOLDER_COLOR="green"
|
||||
KDE_COLOR_SCHEME="ForestNeon"
|
||||
Reference in New Issue
Block a user