Gtk-4: Add initial suppport to gtk v4

This commit is contained in:
EliverLara
2021-12-05 13:56:24 -06:00
parent 028fe82356
commit 15064551dd
61 changed files with 20832 additions and 0 deletions

11
gtk-4.0/gtk.scss Executable file
View File

@@ -0,0 +1,11 @@
$variant: 'dark';
@import '../gtk-3.0/colors';
@import '../gtk-3.0/elementary-colors';
@import '../gtk-3.0/colors-public';
@import 'drawing';
@import 'common';
@import 'widgets';
@import 'apps';