Skip to content

Commit d94308c

Browse files
committed
Add libhandy styles
1 parent c95c711 commit d94308c

13 files changed

+2084
-158
lines changed

gtk/src/Zukitre/gtk-3.0/_colors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $top_hilight: $borders_edge;
1818
$dark_fill: if($variant == 'light', mix($borders_color, $bg_color, 50%), darken($base_color, 4%));
1919
$headerbar_color: if($variant == 'light', $bg_color, lighten($bg_color, 4%));
2020
$menu_color: if($variant == 'light', $base_color, mix($bg_color, $base_color, 20%));
21-
$popover_bg_color: $bg_color;
21+
$popover_bg_color: $base_color;
2222
$popover_hover_color: lighten($bg_color, 5%);
2323

2424
$scrollbar_bg_color: if($variant == 'light', mix($bg_color, $fg_color, 80%), mix($base_color, $bg_color, 50%));

gtk/src/Zukitre/gtk-3.0/_common.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ popover.background {
23442344
//-----------//
23452345
notebook {
23462346
> header {
2347-
padding: 1px;
2347+
padding: 0px;
23482348
border-color: $borders_color;
23492349
border-width: if($zukitwo == 'false', 0, 1px);
23502350
background-color: if($variant=='light', $dark_fill, darken($base_color, 4%));
@@ -2368,7 +2368,7 @@ notebook {
23682368
&.top {
23692369
border-bottom-style: solid;
23702370
> tabs {
2371-
margin-bottom: -1px;
2371+
margin-bottom: 0px;
23722372
> tab {
23732373
&:checked {
23742374
box-shadow: inset 1px 1px $borders_color,
@@ -2381,7 +2381,7 @@ notebook {
23812381
&.bottom {
23822382
border-top-style: solid;
23832383
> tabs {
2384-
margin-top: -1px;
2384+
margin-top: 0px;
23852385
> tab {
23862386
&:checked {
23872387
box-shadow: inset 1px -1px $borders_color,
@@ -2394,7 +2394,7 @@ notebook {
23942394
&.left {
23952395
border-right-style: solid;
23962396
> tabs {
2397-
margin-right: -1px;
2397+
margin-right: 0px;
23982398
> tab {
23992399
&:checked {
24002400
box-shadow: inset 1px 1px $borders_color,
@@ -2407,7 +2407,7 @@ notebook {
24072407
&.right {
24082408
border-left-style: solid;
24092409
> tabs {
2410-
margin-left: -1px;
2410+
margin-left: 0px;
24112411
> tab {
24122412
&:checked {
24132413
box-shadow: inset -1px 1px $borders_color,

gtk/src/Zukitre/gtk-3.0/_custom.scss

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// This file is used to apply some larger unofficial custom styles to the Adwaita base.
22

3+
// Viewport bg color
4+
viewport {
5+
background-color: $sidebar_bg_color;
6+
}
7+
38
//---------------//
49
// Title buttons //
510
//---------------//

0 commit comments

Comments
 (0)