Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
7765e0dd
Unverified
Commit
7765e0dd
authored
Jul 18, 2025
by
Erik Reider
Committed by
GitHub
Jul 18, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redefine CSS colors in the GTK 3. Improves compatibility with older themes (#604)
parent
c1b623a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
pre-gtk4-variables.scss
data/style/pre-gtk4-variables.scss
+17
-0
style.scss
data/style/style.scss
+3
-0
No files found.
data/style/pre-gtk4-variables.scss
0 → 100644
View file @
7765e0dd
/* Fallback for older CSS themes */
@define-color
cc-bg
rgba
(
46
,
46
,
46
,
0
.7
)
;
@define-color
noti-border-color
rgba
(
255
,
255
,
255
,
0
.15
)
;
@define-color
noti-bg
rgba
(
48
,
48
,
48
,
0
.8
)
;
@define-color
noti-bg-opaque
rgb
(
48
,
48
,
48
)
;
@define-color
noti-bg-darker
rgb
(
38
,
38
,
38
)
;
@define-color
noti-bg-hover
rgb
(
56
,
56
,
56
)
;
@define-color
noti-bg-hover-opaque
rgb
(
56
,
56
,
56
)
;
@define-color
noti-bg-focus
rgba
(
68
,
68
,
68
,
0
.6
)
;
@define-color
noti-close-bg
rgba
(
255
,
255
,
255
,
0
.1
)
;
@define-color
noti-close-bg-hover
rgba
(
255
,
255
,
255
,
0
.15
)
;
@define-color
text-color
rgb
(
255
,
255
,
255
)
;
@define-color
text-color-disabled
rgb
(
150
,
150
,
150
)
;
@define-color
bg-selected
rgb
(
0
,
128
,
255
)
;
data/style/style.scss
View file @
7765e0dd
...
@@ -31,6 +31,9 @@
...
@@ -31,6 +31,9 @@
--group-collapse-tranistion
:
opacity
400ms
ease-in-out
;
--group-collapse-tranistion
:
opacity
400ms
ease-in-out
;
}
}
/* Fallback for older CSS themes */
@import
"pre-gtk4-variables"
;
$margin
:
8px
;
$margin
:
8px
;
.close-button
{
.close-button
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment