General updates

Fixed the 16x16px user-bookmarks icon, it was sym-linked to the 48x48px.
Disabled 48x48px status icons and will let the scalable status icons take its place due to the poor image quality of the 48px icons.
Set the -gtk-icon-style to regular for a few other widgets (see dialog vbox and popovers.)
Adjusting the padding of images inside of an entry so letters typed in the entry won't sit so close.
Deleted the swap file.
This commit is contained in:
EMH-Mark-I 2020-04-23 22:37:56 -05:00
parent b0e9f6f88b
commit 5501303028
15 changed files with 56 additions and 24 deletions

View File

@ -311,10 +311,10 @@ Size=32
Context=Status Context=Status
Type=Fixed Type=Fixed
[status/48] #[status/48]
Size=48 #Size=48
Context=Status #Context=Status
Type=Fixed #Type=Fixed
[status/scalable] [status/scalable]
Size=48 Size=48

View File

@ -1 +1 @@
../../actions/48/help-about.png ../../actions/16/help-about.png

View File

@ -311,10 +311,10 @@ Size=32
Context=Status Context=Status
Type=Fixed Type=Fixed
[status/48] #[status/48]
Size=48 #Size=48
Context=Status #Context=Status
Type=Fixed #Type=Fixed
[status/scalable] [status/scalable]
Size=48 Size=48

View File

@ -1 +1 @@
../../actions/48/help-about.png ../../actions/16/help-about.png

View File

@ -149,7 +149,7 @@ toolbutton .toggle,
border-bottom: 1px solid @border_bright; border-bottom: 1px solid @border_bright;
border-right: 1px solid @border_bright; border-right: 1px solid @border_bright;
box-shadow: inset 1px 1px @border_shade; box-shadow: inset 1px 1px @border_shade;
background-color: @button_bg_color; background-color: @bg_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark); background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
background-size: 2px 2px; background-size: 2px 2px;
background-position: 0 0, 1px 1px; } background-position: 0 0, 1px 1px; }
@ -160,7 +160,7 @@ toolbutton .toggle,
text-shadow: 1px 1px @bg_color; } /* The text shadow helps with reading text while against a checkered background. */ text-shadow: 1px 1px @bg_color; } /* The text shadow helps with reading text while against a checkered background. */
toolbutton .toggle:checked:disabled { toolbutton .toggle:checked:disabled {
box-shadow: inset 1px 1px @border_shade; box-shadow: inset 1px 1px @border_shade;
background-color: @button_bg_color; background-color: @bg_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark); background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
background-size: 2px 2px; background-size: 2px 2px;
background-position: 0 0, 1px 1px; } background-position: 0 0, 1px 1px; }

View File

@ -25,6 +25,9 @@ entry {
background-color: @bg_color; background-color: @bg_color;
color: @text_color; color: @text_color;
background-image: none; } background-image: none; }
entry image {
padding-left: 2px;
padding-right: 2px; }
/* Some entry boxes have buttons beside them */ /* Some entry boxes have buttons beside them */
/*combobox box.horizontal.linked > button, /*combobox box.horizontal.linked > button,

View File

@ -47,4 +47,6 @@ headerbar,
headerbar scale { headerbar scale {
margin-top: 4px; margin-top: 4px;
margin-bottom: -6px; } margin-bottom: -6px; }
headerbar .titlebutton * {
-gtk-icon-style: requested; }

View File

@ -20,11 +20,19 @@ tooltip,
border: 1px solid @border_dark; border: 1px solid @border_dark;
box-shadow: none; } box-shadow: none; }
popover.background { popover {
-gtk-icon-style: regular; }
popover.background {
background-color: @theme_tooltip_bg_color; background-color: @theme_tooltip_bg_color;
border: 1px solid @border_dark; border: 1px solid @border_dark;
border-radius: 5px; border-radius: 5px;
box-shadow: 4px 4px @tooltip_bg_shade; } box-shadow: 4px 4px @tooltip_bg_shade; }
popover button:checked {
font-weight: bold;
background-color: @bg_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
background-size: 2px 2px;
background-position: 0 0, 1px 1px; }
modelbutton label { modelbutton label {
padding: 2px 6px; } padding: 2px 6px; }

View File

@ -445,6 +445,9 @@ grid viewport box box textview {
background-color: @bg_bright; } background-color: @bg_bright; }
/* dialog-vbox */ /* dialog-vbox */
.dialog-vbox {
-gtk-icon-style: regular; }
.dialog-vbox flowbox flowboxchild:focus { .dialog-vbox flowbox flowboxchild:focus {
outline-color: @selected_fg_color; } outline-color: @selected_fg_color; }

View File

@ -149,7 +149,7 @@ toolbutton .toggle,
border-bottom: 1px solid @border_bright; border-bottom: 1px solid @border_bright;
border-right: 1px solid @border_bright; border-right: 1px solid @border_bright;
box-shadow: inset 1px 1px @border_shade; box-shadow: inset 1px 1px @border_shade;
background-color: @button_bg_color; background-color: @bg_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark); background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
background-size: 2px 2px; background-size: 2px 2px;
background-position: 0 0, 1px 1px; } background-position: 0 0, 1px 1px; }
@ -160,7 +160,7 @@ toolbutton .toggle,
text-shadow: 1px 1px @bg_color; } /* The text shadow helps with reading text while against a checkered background. */ text-shadow: 1px 1px @bg_color; } /* The text shadow helps with reading text while against a checkered background. */
toolbutton .toggle:checked:disabled { toolbutton .toggle:checked:disabled {
box-shadow: inset 1px 1px @border_shade; box-shadow: inset 1px 1px @border_shade;
background-color: @button_bg_color; background-color: @bg_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark); background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
background-size: 2px 2px; background-size: 2px 2px;
background-position: 0 0, 1px 1px; } background-position: 0 0, 1px 1px; }

View File

@ -25,6 +25,9 @@ entry {
background-color: @bg_color; background-color: @bg_color;
color: @text_color; color: @text_color;
background-image: none; } background-image: none; }
entry image {
padding-left: 2px;
padding-right: 2px; }
/* Some entry boxes have buttons beside them */ /* Some entry boxes have buttons beside them */
/*combobox box.horizontal.linked > button, /*combobox box.horizontal.linked > button,

View File

@ -47,4 +47,6 @@ headerbar,
headerbar scale { headerbar scale {
margin-top: 4px; margin-top: 4px;
margin-bottom: -6px; } margin-bottom: -6px; }
headerbar .titlebutton * {
-gtk-icon-style: requested; }

View File

@ -20,11 +20,19 @@ tooltip,
border: 1px solid @border_dark; border: 1px solid @border_dark;
box-shadow: none; } box-shadow: none; }
popover.background { popover {
-gtk-icon-style: regular; }
popover.background {
background-color: @theme_tooltip_bg_color; background-color: @theme_tooltip_bg_color;
border: 1px solid @border_dark; border: 1px solid @border_dark;
border-radius: 5px; border-radius: 5px;
box-shadow: 4px 4px @tooltip_bg_shade; } box-shadow: 4px 4px @tooltip_bg_shade; }
popover button:checked {
font-weight: bold;
background-color: @bg_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
background-size: 2px 2px;
background-position: 0 0, 1px 1px; }
modelbutton label { modelbutton label {
padding: 2px 6px; } padding: 2px 6px; }

View File

@ -445,6 +445,9 @@ grid viewport box box textview {
background-color: @bg_bright; } background-color: @bg_bright; }
/* dialog-vbox */ /* dialog-vbox */
.dialog-vbox {
-gtk-icon-style: regular; }
.dialog-vbox flowbox flowboxchild:focus { .dialog-vbox flowbox flowboxchild:focus {
outline-color: @selected_fg_color; } outline-color: @selected_fg_color; }