Skip to content

Commit

Permalink
Add label:disabled entry to the color scheme
Browse files Browse the repository at this point in the history
This is used by Geany in "Set build commands" dialog for default values
and without this in the theme the entries were blank.
  • Loading branch information
techee committed Oct 27, 2019
1 parent 4edda2a commit 1a1e895
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mojave-light-solid/gtk-3.0/gtk-dark.css
Expand Up @@ -33,6 +33,10 @@
-gtk-outline-radius: 5px;
}

label:disabled {
color: rgba(222, 222, 222, 0.45);
}

headerbar .linked:not(.vertical) > button, headerbar .linked.raised:not(.vertical):not(.path-bar) > button.image-button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button,
headerbar .linked:not(.vertical).path-bar > button, .nemo-window .primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.path-bar > button, .nemo-window .primary-toolbar .linked.path-bar > button.image-button {
outline-color: alpha(currentColor,0.3);
Expand Down
4 changes: 4 additions & 0 deletions Mojave-light-solid/gtk-3.0/gtk.css
Expand Up @@ -33,6 +33,10 @@
-gtk-outline-radius: 5px;
}

label:disabled {
color: rgba(36, 36, 36, 0.55);
}

headerbar .linked:not(.vertical) > button, headerbar .linked.raised:not(.vertical):not(.path-bar) > button.image-button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button,
headerbar .linked:not(.vertical).path-bar > button, .nemo-window .primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.path-bar > button, .nemo-window .primary-toolbar .linked.path-bar > button.image-button {
outline-color: alpha(currentColor,0.3);
Expand Down

0 comments on commit 1a1e895

Please sign in to comment.