mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Dark version updated
This commit is contained in:
@@ -22,7 +22,8 @@ $slider: #7b7bbd;
|
|||||||
$teal: #00e8c6;
|
$teal: #00e8c6;
|
||||||
|
|
||||||
$selected_fg_color: #fefefe;
|
$selected_fg_color: #fefefe;
|
||||||
$selected_bg_color: #00D3A7;
|
$selected_bg_color: #c50ed2;
|
||||||
|
//$selected_bg_color: #f7005a;
|
||||||
/*$selected_bg_color: #00e8c6;06d6a0*/
|
/*$selected_bg_color: #00e8c6;06d6a0*/
|
||||||
$selected_borders_color: darken($selected_bg_color, 10%);
|
$selected_borders_color: darken($selected_bg_color, 10%);
|
||||||
$borders_color: if($variant == 'light', transparentize(black,0.87), transparentize(#eee,0.9));
|
$borders_color: if($variant == 'light', transparentize(black,0.87), transparentize(#eee,0.9));
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
1711
gtk-3.0/gtk.css
1711
gtk-3.0/gtk.css
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
$variant: 'light';
|
$variant: 'dark';
|
||||||
|
|
||||||
@import 'colors';
|
@import 'colors';
|
||||||
@import 'colors-public';
|
@import 'colors-public';
|
||||||
|
|||||||
@@ -162,14 +162,14 @@ headerbar {
|
|||||||
}
|
}
|
||||||
.linked > button:active{
|
.linked > button:active{
|
||||||
@extend %linked-header;
|
@extend %linked-header;
|
||||||
background: #00e8b7;
|
background: linear-gradient(to right, #c50ed2, #8500f7) ;
|
||||||
color: rgb(255, 250, 250);
|
color: rgb(255, 250, 250);
|
||||||
}
|
}
|
||||||
.linked > button:checked{
|
.linked > button:checked{
|
||||||
@extend %linked-header;
|
@extend %linked-header;
|
||||||
border-radius: 23px;
|
border-radius: 23px;
|
||||||
background: #00e8b7;
|
background: linear-gradient(to right, #c50ed2, #8500f7);
|
||||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
box-shadow: 0px 0px 5px transparentize(#c50ed2, 0.02);
|
||||||
color: rgb(255, 250, 250);
|
color: rgb(255, 250, 250);
|
||||||
&:backdrop{
|
&:backdrop{
|
||||||
color: darken(rgb(255, 250, 250), 4%);
|
color: darken(rgb(255, 250, 250), 4%);
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ scale {
|
|||||||
$_scale_disabled_bg: darken($_scale_bg, 15%);
|
$_scale_disabled_bg: darken($_scale_bg, 15%);
|
||||||
slider {
|
slider {
|
||||||
border-color: $base_color;
|
border-color: $base_color;
|
||||||
border: 2px solid $selected_bg_color;
|
border: 2px solid #00f17d;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
background-color: $_scale_bg;
|
background-color: $_scale_bg;
|
||||||
@@ -283,7 +283,7 @@ scale {
|
|||||||
min-height: 15px;
|
min-height: 15px;
|
||||||
min-width: 15px;
|
min-width: 15px;
|
||||||
margin: -7px;
|
margin: -7px;
|
||||||
border: 2px solid $selected_bg_color;
|
border: 2px solid #00f17d;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
||||||
background-color: $_scale_bg;
|
background-color: $_scale_bg;
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ placessidebar{
|
|||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
color: #98abb2;
|
color: #9ecfa2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:hover{
|
&:hover{
|
||||||
@@ -157,9 +157,9 @@ placessidebar{
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:selected{
|
&:selected{
|
||||||
color: rgba(0,0,0,0.54);
|
color: rgba(255, 255, 255, 0.938);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image:linear-gradient(to right, #00e8b7 40px,
|
background-image:linear-gradient(to right, $selected_bg_color 40px,
|
||||||
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
|
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
|
||||||
&:hover{
|
&:hover{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user