Skip to content

Commit

Permalink
Add libhandy styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Feb 11, 2022
1 parent 40308b0 commit f21dee1
Show file tree
Hide file tree
Showing 10 changed files with 2,041 additions and 128 deletions.
772 changes: 772 additions & 0 deletions gtk/src/Stilo/gtk-3.0/_libhandy.scss

Large diffs are not rendered by default.

348 changes: 316 additions & 32 deletions gtk/src/Stilo/gtk-3.0/gtk-dark.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gtk/src/Stilo/gtk-3.0/gtk-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ $stiloetto: 'false';
@import 'drawing';
@import 'common';
@import 'colors-public';
@import 'libhandy';
@import 'custom';
348 changes: 316 additions & 32 deletions gtk/src/Stilo/gtk-3.0/gtk-stiloetto-dark.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gtk/src/Stilo/gtk-3.0/gtk-stiloetto-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ $stiloetto: 'true';
@import 'drawing';
@import 'common';
@import 'colors-public';
@import 'libhandy';
@import 'custom';
348 changes: 316 additions & 32 deletions gtk/src/Stilo/gtk-3.0/gtk-stiloetto.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gtk/src/Stilo/gtk-3.0/gtk-stiloetto.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ $stiloetto: 'true';
@import 'drawing';
@import 'common';
@import 'colors-public';
@import 'libhandy';
@import 'custom';
348 changes: 316 additions & 32 deletions gtk/src/Stilo/gtk-3.0/gtk.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gtk/src/Stilo/gtk-3.0/gtk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ $stiloetto: 'false';
@import 'drawing';
@import 'common';
@import 'colors-public';
@import 'libhandy';
@import 'custom';
1 change: 1 addition & 0 deletions gtk/src/Stilo/gtk-3.0/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gtk3_scss_dependencies = [
'_common.scss',
'_custom.scss',
'_drawing.scss',
'_libhandy.scss',
]

# Generate .css files and install
Expand Down

0 comments on commit f21dee1

Please sign in to comment.