Add GTK 4 variant of Greybird-dark#341
Add GTK 4 variant of Greybird-dark#341mathiascode wants to merge 1 commit intoshimmerproject:masterfrom
Conversation
| @@ -0,0 +1 @@ | |||
| ../../light/gtk-4.0/Gemfile No newline at end of file | |||
There was a problem hiding this comment.
Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
| @@ -0,0 +1 @@ | |||
| ../../light/gtk-4.0/_common.scss No newline at end of file | |||
There was a problem hiding this comment.
Commas in function parameters should be followed by one space
| @@ -0,0 +1 @@ | |||
| ../../light/gtk-4.0/gtk-contained-dark.scss No newline at end of file | |||
| @@ -0,0 +1 @@ | |||
| ../../light/gtk-4.0/gtk-dark.scss No newline at end of file | |||
| @@ -0,0 +1 @@ | |||
| ../../light/gtk-4.0/gtk.scss No newline at end of file | |||
|
Thanks, but fail to build: |
27c472c to
473c72c
Compare
| @import 'colors'; | ||
| @import 'drawing'; | ||
| @import 'common'; | ||
| @import 'colors-public'; |
|
|
||
| @import 'colors'; | ||
| @import 'drawing'; | ||
| @import 'common'; |
| $variant: 'dark'; | ||
|
|
||
| @import 'colors'; | ||
| @import 'drawing'; |
|
|
||
| $variant: 'dark'; | ||
|
|
||
| @import 'colors'; |
| // you need a subtle shade | ||
| // - if you need to inverse a color function use the @if directive to match for dark $variant | ||
|
|
||
| $variant: 'dark'; |
Any difference now? The changes should match the GTK 3 theme, unless I overlooked something. |
|
No, same errors. |
|
|
|
It uses symlinks in the same way as the GTK 3 theme, although I don't understand why they are failing. Everything builds correctly on my end. Does the master branch work fine for you? |
|
Master build ok for me.
|
|
Probably you have set |
473c72c to
278bcc1
Compare
It was not set, but I set it to true just in case. It's a symlink according to GitHub, and also when cloning my branch: |
|
Sorry, FreeBSD~s patch does not handle symlinks from git patch files. Now error changed: |
Did you symlink the assets directory? |


Fixes https://forum.xfce.org/viewtopic.php?pid=73009