diff --git a/modules/home/workstation/appearance/default.nix b/modules/home/workstation/appearance/default.nix index 662d776..7a7f605 100644 --- a/modules/home/workstation/appearance/default.nix +++ b/modules/home/workstation/appearance/default.nix @@ -1,6 +1,6 @@ { imports = [ - ./qt.nix + ./qt ./gtk.nix ./fonts.nix ./cursor.nix diff --git a/modules/home/workstation/appearance/qt.nix b/modules/home/workstation/appearance/qt.nix deleted file mode 100644 index 3ad74c8..0000000 --- a/modules/home/workstation/appearance/qt.nix +++ /dev/null @@ -1,16 +0,0 @@ -{pkgs, ...}: { - qt = { - enable = true; - style.name = "gtk2"; - platformTheme.name = "gtk2"; - }; - - home.packages = with pkgs; [ - libsForQt5.qt5.qtwayland - kdePackages.qtwayland - qt6.qtwayland - kdePackages.qqc2-desktop-style - libsForQt5.qtstyleplugins - qt6Packages.qt6gtk2 - ]; -} diff --git a/modules/home/workstation/appearance/qt/default.nix b/modules/home/workstation/appearance/qt/default.nix new file mode 100644 index 0000000..42010af --- /dev/null +++ b/modules/home/workstation/appearance/qt/default.nix @@ -0,0 +1,426 @@ +{ + pkgs, + hozen, + lib, + ... +}: let + inherit (hozen) color; + mkKvconig = text: lib.generators.toINI {} text; + kvantumSVG = import ./gruv.nix {inherit color;}; + + theme = "KvHozen"; +in { + imports = [ + ./kdeglobals.nix + ]; + + qt = { + enable = true; + platformTheme.name = "gtk3"; + style = { + name = "kvantum"; + }; + }; + + xdg.configFile = { + "Kvantum/kvantum.kvconfig".text = mkKvconig { + General = {inherit theme;}; + #Applications."${theme}" = "org.kde.dolphin, dolphin-emu, faster-project-plus"; + }; + "Kvantum/KvHozen/KvHozen.svg".text = kvantumSVG; + "Kvantum/KvHozen/KvHozen.kvconfig".text = mkKvconig { + # docs: + "%General" = { + author = "ooks"; + comment = "Hozen theme using Hozen color scheme"; + + # Window/Widget Behavior + respect_DE = true; + x11drag = "menubar_and_primary_toolbar"; + alt_mnemonic = true; + click_behavior = 0; + double_click = false; + inline_spin_indicators = true; + vertical_spin_indicators = false; + spin_button_width = 16; + combo_as_lineedit = true; + combo_menu = true; + hide_combo_checkboxes = true; + combo_focus_rect = true; + groupbox_top_label = true; + button_contents_shift = false; + fill_rubberband = false; + merge_menubar_with_toolbar = true; + toolbutton_style = 1; + + # compositing & effects + composite = true; + translucent_windows = true; + reduce_window_opacity = 10; + reduce_menu_opacity = 0; + blurring = false; + popup_blurring = true; + menu_blur_radius = 5; + tooltip_blur_radius = 5; + contrast = 1.00; + intensity = 1.00; + saturation = 1.00; + + # animations & visual feedback + animate_states = false; + no_inactiveness = false; + no_window_pattern = false; + + # menu configuration + menubar_mouse_tracking = true; + menu_shadow_depth = 7; + tooltip_shadow_depth = 6; + spread_menuitems = true; + submenu_overlap = 0; + spread_progressbar = true; + + # scrollbars & sliders + scroll_width = 8; + scroll_min_extent = 36; + scrollbar_in_view = false; + transient_scrollbar = true; + transient_groove = false; + slider_width = 4; + slider_handle_width = 18; + slider_handle_length = 18; + + # layout & sizing + layout_spacing = 2; + layout_margin = 4; + small_icon_size = 16; + large_icon_size = 32; + button_icon_size = 16; + toolbar_icon_size = 16; + + # widget specific + check_size = 16; + tooltip_delay = -1; + tree_branch_line = true; + progressbar_thickness = 8; + }; + + # color configuration + GeneralColors = { + # Base Colors + "window.color" = "#${color.layout.menu}"; + "inactive.window.color" = "#${color.layout.menu}"; + "base.color" = "#${color.layout.body}"; + "inactive.base.color" = "#${color.layout.body}"; + "alt.base.color" = "#${color.layout.body}"; + "button.color" = "#${color.layout.menu}"; + "light.color" = "#${color.secondary.base}"; + "mid.light.color" = "#${color.secondary.soft1}"; + "dark.color" = "#${color.secondary.hard1}"; + "mid.color" = "#${color.secondary.base}"; + + # Highlight Colors + "highlight.color" = "#${color.primary.base}"; + "inactive.highlight.color" = "#${color.primary.soft1}"; + + # Text Colors + "text.color" = "#${color.typography.text}"; + "inactive.text.color" = "#${color.typography.subtext}"; + "window.text.color" = "#${color.typography.text}"; + "inactive.window.text.color" = "#${color.typography.subtext}"; + "button.text.color" = "#${color.typography.text}"; + "disabled.text.color" = "#${color.typography.subtext}"; + "tooltip.text.color" = "#${color.typography.text}"; + "highlight.text.color" = "#${color.typography.contrast-text}"; + "link.color" = "#${color.blue.base}"; + "link.visited.color" = "#${color.purple.base}"; + "progress.indicator.text.color" = "#${color.typography.text}"; + "progress.inactive.indicator.text.color" = "#${color.typography.subtext}"; + }; + + # Widget-Specific Configurations + Hacks = { + transparent_dolphin_view = false; + blur_konsole = true; + transparent_ktitle_label = true; + transparent_menutitle = true; + respect_darkness = true; + force_size_grip = false; + iconless_pushbutton = true; + iconless_menu = false; + disabled_icon_opacity = 100; + normal_default_pushbutton = true; + tint_on_mouseover = 0; + blur_translucent = true; + kinetic_scrolling = false; + middle_click_scroll = false; + no_selection_tint = false; + }; + + # Button Configuration + PanelButtonCommand = { + frame = true; + "frame.element" = "button"; + "frame.expanded" = true; + interior = true; + "interior.element" = "button"; + "indicator.size" = 8; + "text.normal.color" = "#${color.typography.text}"; + "text.focus.color" = "#${color.typography.text}"; + "text.press.color" = "#${color.typography.text}"; + "text.toggle.color" = "#${color.typography.text}"; + "text.shadow" = false; + "text.margin" = 1; + "text.iconspacing" = 4; + "frame.expansion" = 6; + }; + + PanelButtonTool = { + inherits = "PanelButtonCommand"; + }; + + # Window Frames + GenericFrame = { + inherits = "PanelButtonCommand"; + frame = true; + "frame.element" = "common"; + interior = false; + "frame.top" = 3; + "frame.bottom" = 3; + "frame.left" = 3; + "frame.right" = 3; + }; + + # menu configuration + Menu = { + inherits = "PanelButtonCommand"; + "frame.element" = "menu"; + "interior.element" = "menu"; + "frame.top" = 3; + "frame.bottom" = 3; + "frame.left" = 3; + "frame.right" = 3; + }; + + MenuItem = { + inherits = "PanelButtonCommand"; + frame = true; + interior = true; + "interior.element" = "menuitem"; + "indicator.size" = 8; + "text.focus.color" = "#${color.typography.text}"; + "text.press.color" = "#${color.typography.text}"; + }; + + MenuBarItem = { + inherits = "PanelButtonCommand"; + "interior.element" = "menubaritem"; + frame = false; + "text.margin.top" = 3; + "text.margin.bottom" = 3; + "text.margin.left" = 5; + "text.margin.right" = 5; + }; + + MenuBar = { + inherits = "PanelButtonCommand"; + "frame.element" = "menubar"; + "interior.element" = "menubar"; + "frame.bottom" = 0; + "text.normal.color" = "#${color.typography.text}"; + }; + + # Scrollbars + ScrollbarSlider = { + inherits = "PanelButtonCommand"; + frame = true; + interior = false; + "frame.element" = "scrollbarslider"; + "indicator.element" = "grip"; + "indicator.size" = 13; + "frame.left" = 6; + "frame.right" = 6; + "frame.top" = 6; + "frame.bottom" = 6; + }; + + ScrollbarGroove = { + inherits = "PanelButtonCommand"; + interior = false; + frame = false; + }; + + # Sliders + Slider = { + inherits = "PanelButtonCommand"; + frame = false; + "interior.element" = "slider"; + "frame.top" = 3; + "frame.bottom" = 3; + "frame.left" = 3; + "frame.right" = 3; + }; + + SliderCursor = { + inherits = "PanelButtonCommand"; + frame = false; + "interior.element" = "slidercursor"; + }; + + # Progress Bars + Progressbar = { + inherits = "PanelButtonCommand"; + "frame.element" = "progress"; + "interior.element" = "progress"; + "text.margin" = 0; + "text.normal.color" = "#${color.typography.text}"; + "text.focus.color" = "#${color.typography.text}"; + "text.press.color" = "#${color.typography.contrast-text}"; + "text.toggle.color" = "#${color.typography.contrast-text}"; + }; + + ProgressbarContents = { + inherits = "PanelButtonCommand"; + frame = true; + "frame.element" = "progress-pattern"; + "interior.element" = "progress-pattern"; + }; + + # Tabs + TabBarFrame = { + inherits = "GenericFrame"; + frame = true; + "frame.element" = "tabBarFrame"; + interior = false; + "frame.top" = 4; + "frame.bottom" = 4; + "frame.left" = 4; + "frame.right" = 4; + }; + + TabFrame = { + inherits = "PanelButtonCommand"; + "frame.element" = "tabframe"; + "interior.element" = "tabframe"; + }; + + Tab = { + inherits = "PanelButtonCommand"; + "interior.element" = "tab"; + "frame.element" = "tab"; + "frame.top" = 2; + "frame.bottom" = 2; + "frame.left" = 2; + "frame.right" = 2; + "text.margin.left" = 8; + "text.margin.right" = 8; + "text.margin.top" = 2; + "text.margin.bottom" = 2; + }; + + # Line Edits + LineEdit = { + inherits = "PanelButtonCommand"; + "frame.element" = "lineedit"; + "interior.element" = "lineedit"; + "frame.top" = 3; + "frame.bottom" = 3; + "frame.left" = 3; + "frame.right" = 3; + "text.margin.top" = 2; + "text.margin.bottom" = 2; + "text.margin.left" = 2; + "text.margin.right" = 2; + }; + + # Combo Boxes + ComboBox = { + inherits = "PanelButtonCommand"; + "frame.element" = "combo"; + "interior.element" = "combo"; + "frame.top" = 3; + "frame.bottom" = 3; + "frame.left" = 3; + "frame.right" = 3; + "text.margin.top" = 2; + "text.margin.bottom" = 2; + "text.margin.left" = 2; + "text.margin.right" = 2; + "indicator.element" = "carrow"; + }; + + # Spinboxes + SpinBox = { + inherits = "ComboBox"; + "frame.element" = "spinbox"; + "interior.element" = "spinbox"; + "frame.top" = 3; + "frame.bottom" = 3; + "frame.left" = 3; + "frame.right" = 3; + "indicator.element" = "arrow"; + "indicator.size" = 8; + }; + + # Group Boxes + GroupBox = { + inherits = "GenericFrame"; + frame = true; + "frame.element" = "group"; + interior = false; + "frame.top" = 4; + "frame.bottom" = 4; + "frame.left" = 4; + "frame.right" = 4; + }; + + # tooltips + ToolTip = { + inherits = "PanelButtonCommand"; + "frame.top" = 3; + "frame.bottom" = 3; + "frame.left" = 3; + "frame.right" = 3; + interior = true; + "text.shadow" = false; + "text.margin" = 0; + "frame.element" = "tooltip"; + "interior.element" = "tooltip"; + "frame.expansion" = 0; + }; + + # window decorations + Window = { + interior = true; + "interior.element" = "window"; + "frame.element" = "window"; + "frame.top" = 0; + "frame.bottom" = 0; + "frame.left" = 0; + "frame.right" = 0; + }; + + Dialog = { + inherits = "Window"; + }; + }; + }; + home.packages = with pkgs; [ + libsForQt5.qt5.qtwayland + kdePackages.qtwayland + kdePackages.qqc2-desktop-style + kdePackages.qttools + qt6Packages.qt6gtk2 + qt6.qtwayland + + libsForQt5.qtstyleplugins + qt6Packages.qt6gtk2 + libsForQt5.qt5ct + kdePackages.qt6ct + + #libsForQt5.breeze-qt5 + #kdePackages.breeze-icons + # kvantum libraries + libsForQt5.qtstyleplugin-kvantum + qt6Packages.qtstyleplugin-kvantum + ]; +} diff --git a/modules/home/workstation/appearance/qt/gruv.nix b/modules/home/workstation/appearance/qt/gruv.nix new file mode 100644 index 0000000..66602ba --- /dev/null +++ b/modules/home/workstation/appearance/qt/gruv.nix @@ -0,0 +1,1960 @@ +{color}: '' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +'' diff --git a/modules/home/workstation/appearance/qt/kdeglobals.nix b/modules/home/workstation/appearance/qt/kdeglobals.nix new file mode 100644 index 0000000..486a6ff --- /dev/null +++ b/modules/home/workstation/appearance/qt/kdeglobals.nix @@ -0,0 +1,154 @@ +{ + lib, + hozen, + ... +}: let + inherit (hozen) color; +in { + xdg.configFile."kdeglobals".text = lib.generators.toINI {} { + "ColorEffects:Disabled" = { + Color = "#${color.layout.menu}"; + ColorAmount = 0.30000000000000004; + ColorEffect = 2; + ContrastAmount = 0.1; + ContrastEffect = 0; + IntensityAmount = -1; + IntensityEffect = 0; + }; + "ColorEffects:Inactive" = { + ChangeSelectionColor = true; + Color = "#${color.layout.menu}"; + ColorAmount = 0.5; + ColorEffect = 3; + ContrastAmount = 0; + ContrastEffect = 0; + Enable = true; + IntensityAmount = 0; + IntensityEffect = 0; + }; + "Colors:Button" = { + BackgroundAlternate = "#${color.primary.base}"; + BackgroundNormal = "#${color.layout.body}"; + DecorationFocus = "#${color.primary.base}"; + DecorationHover = "#${color.layout.body}"; + ForegroundActive = "#${color.orange.base}"; + ForegroundInactive = "#${color.typography.subtext}"; + ForegroundLink = "#${color.primary.base}"; + ForegroundNegative = "#${color.error.base}"; + ForegroundNeutral = "#${color.yellow.base}"; + ForegroundNormal = "#${color.typography.text}"; + ForegroundPositive = "#${color.success.base}"; + ForegroundVisited = "#${color.purple.base}"; + }; + + "Colors:Complementary" = { + BackgroundAlternate = "#${color.neutrals."900"}"; + BackgroundNormal = "#${color.layout.dimmed}"; + DecorationFocus = "#${color.primary.base}"; + DecorationHover = "#${color.layout.body}"; + ForegroundActive = "#${color.orange.base}"; + ForegroundInactive = "#${color.typography.subtext}"; + ForegroundLink = "#${color.primary.base}"; + ForegroundNegative = "#${color.error.base}"; + ForegroundNeutral = "#${color.yellow.base}"; + ForegroundNormal = "#${color.typography.text}"; + ForegroundPositive = "#${color.success.base}"; + ForegroundVisited = "#${color.purple.base}"; + }; + + "Colors:Header" = { + BackgroundAlternate = "#${color.neutrals."900"}"; + BackgroundNormal = "#${color.layout.dimmed}"; + DecorationFocus = "#${color.primary.base}"; + DecorationHover = "#${color.layout.body}"; + ForegroundActive = "#${color.orange.base}"; + ForegroundInactive = "#${color.typography.subtext}"; + ForegroundLink = "#${color.primary.base}"; + ForegroundNegative = "#${color.error.base}"; + ForegroundNeutral = "#${color.yellow.base}"; + ForegroundNormal = "#${color.typography.text}"; + ForegroundPositive = "#${color.success.base}"; + ForegroundVisited = "#${color.purple.base}"; + }; + + "Colors:Selection" = { + BackgroundAlternate = "#${color.primary.base}"; + BackgroundNormal = "#${color.primary.base}"; + DecorationFocus = "#${color.primary.base}"; + DecorationHover = "#${color.layout.body}"; + ForegroundLink = "#${color.primary.base}"; + ForegroundInactive = "#${color.layout.dimmed}"; + ForegroundActive = "#${color.orange.base}"; + ForegroundNegative = "#${color.error.base}"; + ForegroundNeutral = "#${color.yellow.base}"; + ForegroundNormal = "#${color.neutrals."900"}"; + ForegroundPositive = "#${color.success.base}"; + ForegroundVisited = "#${color.purple.base}"; + }; + + "Colors:Tooltip" = { + BackgroundAlternate = "#${color.layout.dimmed}"; + BackgroundNormal = "#${color.layout.menu}"; + DecorationFocus = "#${color.primary.base}"; + DecorationHover = "#${color.layout.body}"; + ForegroundActive = "#${color.orange.base}"; + ForegroundInactive = "#${color.typography.subtext}"; + ForegroundLink = "#${color.primary.base}"; + ForegroundNegative = "#${color.error.base}"; + ForegroundNeutral = "#${color.yellow.base}"; + ForegroundNormal = "#${color.typography.text}"; + ForegroundPositive = "#${color.success.base}"; + ForegroundVisited = "#${color.purple.base}"; + }; + + "Colors:View" = { + BackgroundAlternate = "#${color.layout.dimmed}"; + BackgroundNormal = "#${color.layout.menu}"; + DecorationFocus = "#${color.primary.base}"; + DecorationHover = "#${color.layout.body}"; + ForegroundActive = "#${color.orange.base}"; + ForegroundInactive = "#${color.typography.subtext}"; + ForegroundLink = "#${color.primary.base}"; + ForegroundNegative = "#${color.error.base}"; + ForegroundNeutral = "#${color.yellow.base}"; + ForegroundNormal = "#${color.typography.text}"; + ForegroundPositive = "#${color.success.base}"; + ForegroundVisited = "#${color.purple.base}"; + }; + + "Colors:Window" = { + BackgroundAlternate = "#${color.neutrals."900"}"; + BackgroundNormal = "#${color.layout.dimmed}"; + DecorationFocus = "#${color.primary.base}"; + DecorationHover = "#${color.layout.body}"; + ForegroundActive = "#${color.orange.base}"; + ForegroundInactive = "#${color.typography.subtext}"; + ForegroundLink = "#${color.primary.base}"; + ForegroundNegative = "#${color.error.base}"; + ForegroundNeutral = "#${color.yellow.base}"; + ForegroundNormal = "#${color.typography.text}"; + ForegroundPositive = "#${color.success.base}"; + ForegroundVisited = "#${color.purple.base}"; + }; + + General = { + ColorScheme = "GruvboxMaterial"; + Name = "GruvboxMaterial"; + accentActiveTitlebar = false; + shadeSortColumn = true; + }; + + KDE = { + contrast = 4; + }; + + WM = { + activeBackground = "#${color.layout.menu}"; + activeBlend = "#${color.typography.text}"; + activeForeground = "#${color.typography.text}"; + inactiveBackground = "#${color.neutrals."900"}"; + inactiveBlend = "#${color.typography.subtext}"; + inactiveForeground = "#${color.typography.subtext}"; + }; + }; +} diff --git a/modules/home/workstation/appearance/qt/kvantumSVG.nix b/modules/home/workstation/appearance/qt/kvantumSVG.nix new file mode 100644 index 0000000..587458d --- /dev/null +++ b/modules/home/workstation/appearance/qt/kvantumSVG.nix @@ -0,0 +1,1962 @@ +{color}: +#svg +'' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +'' diff --git a/modules/home/workstation/appearance/qt/testSVG.nix b/modules/home/workstation/appearance/qt/testSVG.nix new file mode 100644 index 0000000..b3cd821 --- /dev/null +++ b/modules/home/workstation/appearance/qt/testSVG.nix @@ -0,0 +1,753 @@ +{color}: '' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +