first published version. Inludes previews and kde color and qtcurve

This commit is contained in:
eudaimon 2020-12-13 23:43:18 +01:00
parent 3287e4fe67
commit 64676e1446

View file

@ -1477,16 +1477,17 @@ button.needs-attention > image, stacksidebar row.needs-attention > label {
button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) {
background-position: left 3px, left 4px; } background-position: left 3px, left 4px; }
.inline-toolbar toolbutton > button { /*.inline-toolbar toolbutton > button {
color: @theme_fg_color; color: @theme_fg_color;
outline-color: rgba(82, 87, 98, 0.2); outline-color: rgba(82, 87, 98, 0.2);
text-shadow: 0 1px rgba(255, 255, 255, 0.769231); text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231); -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
border-color: @borders; border-color: @borders;
border-bottom-color: shade (@borders, 1.1); border-bottom-color: shade (@borders, 1.1);
background-image: image(@theme_bg_color); background-image: image(@theme_bg_color);*/
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.1); /* box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 0px 1px rgba(254, 254, 254, 0.5), 0px 2px 0px alpha (@theme_bg_color, 0.5), 0px 1px 0px alpha (@theme_bg_color, 0.5); } box-shadow: inset 0px 0px 0px 1px rgba(254, 254, 254, 0.5), 0px 2px 0px alpha (@theme_bg_color, 0.5), 0px 1px 0px alpha (@theme_bg_color, 0.5);
*/ /* }
.inline-toolbar toolbutton > button:hover { .inline-toolbar toolbutton > button:hover {
color: @theme_fg_color; color: @theme_fg_color;
outline-color: rgba(82, 87, 98, 0.2); outline-color: rgba(82, 87, 98, 0.2);
@ -1517,8 +1518,8 @@ button.needs-attention > image, stacksidebar row.needs-attention > label {
text-shadow: none; text-shadow: none;
background-image: image(@insensitive_bg_color); background-image: image(@insensitive_bg_color);
box-shadow: inset 0px 0px 2px 0px shade (@theme_bg_color, 0.75); box-shadow: inset 0px 0px 2px 0px shade (@theme_bg_color, 0.75);
-gtk-icon-shadow: none; } -gtk-icon-shadow: none; }*/
.inline-toolbar toolbutton > button:backdrop { /* .inline-toolbar toolbutton > button:backdrop {
border-color: @unfocused_borders; border-color: @unfocused_borders;
background-image: image(@theme_unfocused_bg_color); background-image: image(@theme_unfocused_bg_color);
text-shadow: none; text-shadow: none;
@ -1544,7 +1545,7 @@ button.needs-attention > image, stacksidebar row.needs-attention > label {
background-image: image(shade(@theme_unfocused_bg_color, 1.05)); background-image: image(shade(@theme_unfocused_bg_color, 1.05));
box-shadow: inset 0 1px rgba(255, 255, 255, 0); } box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:backdrop:disabled:active label, .inline-toolbar toolbutton > button:backdrop:disabled:checked label { .inline-toolbar toolbutton > button:backdrop:disabled:active label, .inline-toolbar toolbutton > button:backdrop:disabled:checked label {
color: @unfocused_insensitive_color; } color: @unfocused_insensitive_color; }*/
toolbar.inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.flat,
toolbar.inline-toolbar toolbutton:backdrop > button.flat, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .inline-toolbar button, .inline-toolbar button:backdrop, .linked > button, toolbar.inline-toolbar toolbutton:backdrop > button.flat, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .inline-toolbar button, .inline-toolbar button:backdrop, .linked > button,
@ -2531,7 +2532,8 @@ window.csd > .titlebar:not(headerbar) {
**************/ **************/
treeview.view { treeview.view {
border-left-color: @borders; border-left-color: @borders;
border-top-color: @theme_bg_color; } border-top-color: @theme_bg_color;
}
* { * {
-GtkTreeView-horizontal-separator: 4; -GtkTreeView-horizontal-separator: 4;
-GtkTreeView-grid-line-width: 1; -GtkTreeView-grid-line-width: 1;
@ -2548,18 +2550,18 @@ treeview.view {
color: @theme_disabled_fg_color; } color: @theme_disabled_fg_color; }
treeview.view:disabled:selected { treeview.view:disabled:selected {
color: alpha (@theme_selected_fg_color, 0.25); } color: alpha (@theme_selected_fg_color, 0.25); }
treeview.view:disabled:selected:backdrop { /*treeview.view:disabled:selected:backdrop {
color: alpha (@theme_selected_fg_color, 0.5); } color: alpha (@theme_selected_fg_color, 0.5); }*/
treeview.view:disabled:backdrop { treeview.view:disabled:backdrop {
color: @unfocused_insensitive_color; } color: @unfocused_insensitive_color; }
treeview.view.separator { treeview.view.separator {
min-height: 2px; min-height: 2px;
color: @theme_bg_color; } color: @theme_bg_color; }
treeview.view.separator:backdrop { /* treeview.view.separator:backdrop {
color: alpha (@theme_bg_color, 0.1); } color: alpha (@theme_bg_color, 0.1); }*/
treeview.view:backdrop { /*treeview.view:backdrop {
border-left-color: shade (@theme_bg_color, 1.1); border-left-color: shade (@theme_bg_color, 1.1);
border-top: @theme_bg_color; } border-top: @theme_bg_color; }*/
treeview.view:drop(active) { treeview.view:drop(active) {
border-style: solid none; border-style: solid none;
border-width: 1px; border-width: 1px;
@ -2654,7 +2656,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he
treeview.view header button:disabled { treeview.view header button:disabled {
border-color: @theme_bg_color; border-color: @theme_bg_color;
background-image: none; } background-image: none; }
treeview.view header button:backdrop { /*treeview.view header button:backdrop {
color: shade (@theme_fg_color, 1.1); color: shade (@theme_fg_color, 1.1);
border-color: @theme_bg_color; border-color: @theme_bg_color;
border-style: none solid solid none; border-style: none solid solid none;
@ -2662,7 +2664,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he
background-color: @theme_unfocused_base_color; } background-color: @theme_unfocused_base_color; }
treeview.view header button:backdrop:disabled { treeview.view header button:backdrop:disabled {
border-color: @theme_bg_color; border-color: @theme_bg_color;
background-image: none; } background-image: none; }*/
treeview.view header button:last-child:backdrop, treeview.view header button:last-child { treeview.view header button:last-child:backdrop, treeview.view header button:last-child {
border-right-style: none; } border-right-style: none; }
@ -4320,20 +4322,20 @@ calendar {
calendar.header:backdrop { calendar.header:backdrop {
border-bottom-color: rgba(0, 0, 0, 0.1); } border-bottom-color: rgba(0, 0, 0, 0.1); }
calendar.button { calendar.button {
color: rgba(95, 95, 95, 0.45); } color: alpha(@theme_fg_color, 0.65); }
calendar.button:hover { calendar.button:hover {
color: @theme_fg_color; } color: @theme_fg_color; }
calendar.button:backdrop { /* calendar.button:backdrop {
color: @theme_unfocused_fg_color; } color: @theme_unfocused_fg_color; }*/
calendar.button:disabled { calendar.button:disabled {
color: @insensitive_fg_color; } color: @insensitive_fg_color; }
calendar.highlight { calendar.highlight {
color: @theme_disabled_fg_color; } color: @theme_disabled_fg_color; }
calendar.highlight:backdrop { calendar.highlight:backdrop {
color: @unfocused_insensitive_color; } color: @unfocused_insensitive_color; }
calendar:backdrop { /*calendar:backdrop {
color: @theme_unfocused_fg_color; color: @theme_unfocused_fg_color;
border-color: @unfocused_borders; } border-color: @unfocused_borders; }*/
calendar:indeterminate { calendar:indeterminate {
color: alpha(currentColor,0.1); } color: alpha(currentColor,0.1); }