Onyx uses Plasma's org.kde.color plugin for solid #000000 (no SVG/image), default Konsole 'Linux' palette, Breeze_Light cursor, IAX kwin buttons. Removed wallpaper SVG (not used). Added plasma-desktop.conf snippet + kdedefaults override for new users.
60 lines
1.7 KiB
Text
60 lines
1.7 KiB
Text
# veilor-os — Breeze window decoration override
|
|
# Tighter borders, solid black title bar, minimal buttons, smallest border.
|
|
# Merged into /etc/xdg/breezerc (system default) by 30-apply-v03-theme.sh.
|
|
|
|
[Common]
|
|
# Tighter outline; subtle separator only when active.
|
|
OutlineCloseButton=false
|
|
ShadowSize=ShadowSmall
|
|
ShadowStrength=128
|
|
ShadowColor=0,0,0
|
|
|
|
[Windeco]
|
|
# Border thickness: smallest available (= "None" leaves only resize edge,
|
|
# "NoSides" keeps top/bottom only). We pick "None" for the tightest look,
|
|
# matching the black-on-black aesthetic.
|
|
BorderSize=None
|
|
ButtonSize=ButtonSmall
|
|
CloseButton=true
|
|
DrawBackgroundGradient=false
|
|
DrawBorderOnMaximizedWindows=false
|
|
DrawSizeGrip=false
|
|
DrawTitleBarSeparator=false
|
|
ExceptionType=0
|
|
HideTitleBar=false
|
|
OpaqueTitleBar=true
|
|
TitleAlignment=AlignCenter
|
|
UseBackgroundGradient=false
|
|
UseTitleBarColor=true
|
|
|
|
# Buttons: minimal — close / max / min only, no shade/help/keep-above.
|
|
ButtonsOnLeft=M
|
|
ButtonsOnRight=IAX
|
|
|
|
[Style]
|
|
# Disable per-app blur, transparency, and gradient effects.
|
|
MenuOpacity=100
|
|
WindowDragMode=1
|
|
ScrollBarAddLineButtons=0
|
|
ScrollBarSubLineButtons=0
|
|
SidePanelDrawFrame=false
|
|
SliderDrawTickMarks=false
|
|
TabBarDrawCenteredTabs=true
|
|
ToolBarDrawItemSeparator=false
|
|
DockWidgetDrawFrame=false
|
|
ProgressBarAnimated=false
|
|
AnimationsEnabled=false
|
|
StackedWidgetDrawFrame=false
|
|
|
|
# ── Active / inactive title bar colors (override Breeze defaults) ──
|
|
# kdeglobals [WM] section is the canonical source; these mirror it here
|
|
# so apps that only read breezerc see consistent values.
|
|
[Windeco][Active]
|
|
TitleBarColor=0,0,0
|
|
TitleBarTextColor=216,216,216
|
|
TitleBarBorderColor=104,107,111
|
|
|
|
[Windeco][Inactive]
|
|
TitleBarColor=15,17,18
|
|
TitleBarTextColor=161,169,177
|
|
TitleBarBorderColor=42,46,50
|