adjust theme on components

This commit is contained in:
Benjamin Palko 2025-09-05 13:44:26 -04:00
parent a44b6f5e44
commit f7e8fb7720
13 changed files with 42 additions and 54 deletions

View file

@ -32,11 +32,11 @@ PanelWindow {
Rectangle {
id: background
anchors.fill: parent
color: Theme.palette.base300
color: Theme.palette.base100
radius: Dimensions.radius
border {
color: Theme.palette.base100
color: Theme.palette.base200
width: Dimensions.bar.border
pixelAligned: true
}

View file

@ -6,7 +6,8 @@ import qs.services
StyledIconButton {
id: root
border.color: Caffeine.enabled ? Theme.palette.secondary : root.hovered ? Theme.palette.primary : Theme.palette.base100
border.width: 2
border.color: Caffeine.enabled ? Theme.palette.secondary : root.hovered ? Theme.palette.primary : Theme.palette.base300
text: Icons.coffee
onClicked: {

View file

@ -4,13 +4,14 @@ import qs.components
import qs.services
import QtQuick
import QtQuick.Layouts
import Quickshell.Widgets
StyledDrawer {
id: root
visible: Visibility.dashboard
StyledWrapperRectangle {
WrapperItem {
margin: 32
ColumnLayout {
spacing: 8

View file

@ -4,7 +4,6 @@ import "items"
import "services"
import qs.components
import qs.config
import qs.widgets
import Quickshell
import QtQuick
import QtQuick.Controls

View file

@ -1,6 +1,7 @@
pragma ComponentBehavior: Bound
import "services"
import qs.config
import qs.components
import qs.constants
import qs.services
@ -47,6 +48,8 @@ StyledWindow {
Layout.alignment: Qt.AlignTop
margin: 4
color: Theme.palette.base200
RowLayout {
LucideIcon {
id: icon

View file

@ -3,7 +3,6 @@ pragma ComponentBehavior: Bound
import qs.components
import qs.config
import qs.services
import qs.widgets
import Quickshell.Hyprland
import Quickshell.Io
import Quickshell.Wayland
@ -28,7 +27,6 @@ StyledWindow {
StyledWrapperRectangle {
id: rect
color: Theme.palette.base300
margin: 14
radius: 8