Refined gnome-shell theme

This commit is contained in:
Sam Hewitt 2015-03-13 01:49:43 -04:00
parent 8293fb1d78
commit f19ee6f183
4 changed files with 124 additions and 108 deletions

View File

@ -14,7 +14,7 @@
height="16"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.48.4 r9939"
inkscape:version="0.91 r13725"
version="1.0"
sodipodi:docname="more-results.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
@ -107,25 +107,28 @@
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
pagecolor="#555555"
bordercolor="#9a9a9a"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="9.5552546"
inkscape:cy="9.3268368"
inkscape:zoom="2.8284271"
inkscape:cx="28.070552"
inkscape:cy="5.2671556"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
inkscape:showpageshadow="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1364"
inkscape:window-height="701"
inkscape:window-width="1366"
inkscape:window-height="699"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
inkscape:window-maximized="1"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true">
<inkscape:grid
type="xygrid"
id="grid3672"
@ -140,6 +143,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -175,16 +179,5 @@
sodipodi:nodetypes="ccccccccccccc"
inkscape:label="#rect2498"
inkscape:connector-curvature="0" />
<path
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none"
d="M -14.15625,2.09375 A 0.8995176,0.8995176 0 0 0 -14.875,3 l 0,2.09375 -2.125,0 A 0.8995176,0.8995176 0 0 0 -17.90625,6 l 0,4 A 0.8995176,0.8995176 0 0 0 -17,10.90625 l 2.125,0 0,2.09375 a 0.8995176,0.8995176 0 0 0 0.90625,0.90625 l 4,0 A 0.8995176,0.8995176 0 0 0 -9.0625,13 l 0,-2.09375 2.0625,0 A 0.8995176,0.8995176 0 0 0 -6.09375,10 l 0,-4 A 0.8995176,0.8995176 0 0 0 -7,5.09375 l -2.0625,0 0,-2.09375 A 0.8995176,0.8995176 0 0 0 -9.96875,2.09375 l -4,0 a 0.8995176,0.8995176 0 0 0 -0.09375,0 0.8995176,0.8995176 0 0 0 -0.09375,0 z M -13.96875,3 l 4,0 0,3 L -7,6 l 0,4 -2.96875,0 0,3 -4,0 0,-3 -3.03125,0 0,-4 3.03125,0 0,-3 z"
id="path4558"
inkscape:connector-curvature="0" />
<path
style="opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none"
d="m -17,10 0,1 3.03125,0 0,-1 L -17,10 z m 7.03125,0 0,1 2.96875,0 0,-1 -2.96875,0 z m -4,3 0,1 4,0 0,-1 -4,0 z"
id="BevelHighlight"
inkscape:label="#path3182"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -24,47 +24,51 @@ stage {
/* Buttons */
.button {
border-radius: 3px;
border-radius: 2px;
border-width: 1px;
margin-top: 0.5em;
padding: 4px 32px;
color: #dbdee0;
background-color: #2d3335;
font-weight: bold;
background:none;
background-gradient-direction: none;
border-color: rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px #454d50;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
border-color: rgba(0,0,0,0);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.button:focus {
color: #dbdee0;
border-color: #9FB0B9;
box-shadow: inset 0 1px #454d50;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
color: #fff;
border-color: rgba(0,0,0,0);
border:none;
background-color: rgba(255,255,255,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.button:insensitive {
color: #939695;
border-color: rgba(0, 0, 0, 0.5);
background-color: rgba(66, 71, 73, 0.7);
color: rgba(0,0,0,0.5);
border-color: rgba(0,0,0,0);
background-color: rgba(0,0,0,0.0);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.button:active {
color: white;
border-color: rgba(0, 0, 0, 0.5);
background-color: #2d3335;
color: #fff;
border-color: rgba(0,0,0,0);
background-color: rgba(0,0,0,0.1);
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
/* Entries */
StEntry {
border-radius: 3px;
border-radius: 2px;
padding: 4px;
border-width: 1px;
color: rgba(219, 222, 224, 1.0);
background-color: #2d3335;
color: #555;
background-color: #fff;
background-gradient-direction: none;
border-color: rgba(0, 0, 0, 0.7);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
border-color: rgba(0,0,0,0);
box-shadow: none;
selection-background-color: #9FB0B9;
selected-color: #ffffff; }
StEntry:focus {
@ -156,16 +160,20 @@ StScrollBar {
background-color: white; }
.modal-dialog {
border-radius: 10px;
border-radius: 2px;
color: #dbdee0;
background-color: rgba(45, 51, 53, 0.95);
border: 1px solid rgba(0, 0, 0, 0.5);
background-color: #454D50 ;
border: 1px solid rgba(0,0,0,0);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
padding: 24px; }
.modal-dialog .run-dialog-entry {
width: 20em;
background-color: #dbdee0;
background-color: #fff;
background-gradient-direction: none;
color: #2d3335;
box-shadow: none;
border: none;
color: #555;
border-radius: 0px;
margin-bottom: 6px; }
.modal-dialog .run-dialog-error-box {
padding-top: 16px;
@ -175,7 +183,7 @@ StScrollBar {
.modal-dialog .run-dialog-label {
font-size: 12pt;
font-weight: bold;
color: #dbdee0;
color: rgba(255,255,255,0.6);
padding-bottom: .4em; }
.button-dialog-button-box {
@ -925,25 +933,27 @@ StScrollBar {
.search-entry {
width: 320px;
border: 1px solid rgba(0, 0, 0, 0.4);
color: #dbdee0;
background-color: #454d50;
border: 1px solid rgba(0,0,0,0);
color: #aaa;
background-color: #eeeeee;
background-gradient-direction: none;
padding: 7px 9px;
border-radius: 4px; }
.search-entry:focus {
border-radius: 2px;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5); }
.search-entry:focus, .search-entry:hover {
padding: 7px 9px;
border: 1px solid rgba(0, 0, 0, 0.4);
background-color: #dbdee0;
color: #2d3335; }
border: 1px solid rgba(0,0,0,0);
background-color: #fff;
color: #777;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); }
.search-entry .search-entry-icon {
icon-size: 1em;
padding: 0 4px;
color: #dbdee0; }
color: #aaa; }
.search-entry:hover .search-entry-icon {
color: #fff; }
color: #aaa; }
.search-entry:focus .search-entry-icon {
color: #2d3335; }
color: #777; }
#searchResultsBin {
max-width: 1000px; }
@ -1184,7 +1194,7 @@ StScrollBar {
font-size: 11pt;
width: 34em;
margin: 5px;
border-radius: 3px;
border-radius: 2px;
color: #555;
background-color: #f7f7f7;
border: none;
@ -1202,23 +1212,24 @@ StScrollBar {
icon-size: 1.09em; }
.notification-banner .notification-actions {
background-color: #ffffff;
border-radius: 2px;
padding-top: 0px;
spacing: 1px; }
.notification-banner .notification-button {
border: none;
padding: 4px 4px 5px;
border-top-width: 1px;
color: #555;
background-color: #f7f7f7;
border-color: rgba(0,0,0,0.2);
border-radius: 0 0 3px 3px;
box-shadow: inset 0 1px rgba(255,255,255,0.1);}
color: #738c99;
font-weight: bold;
background-color: #fff;
border-color: rgba(0,0,0,0.0);
border-radius: 2px;
box-shadow: none}
.notification-banner .notification-button:first-child {
border-radius: 0 0 0 3px; }
border-radius: 0 0 0 2px; }
.notification-banner .notification-button:last-child {
border-radius: 0 0 3px 0; }
border-radius: 0 0 2px 0; }
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus, .notification-banner .notification-button:focus {
background-color: #f3f3f3; }
background-color: #f0f3f4; }
.notification {
font-size: 11pt;

View File

@ -73,3 +73,15 @@ GtkDialog .toolbar {
background-image: none;
background-color: @background;
}
GtkFileChooserDialog .search-bar {
background-color: @base;
border-color: @background;
box-shadow: none; }
GtkFileChooserDialog .search-bar:backdrop {
background-color: white;
border-color: @background; }
GtkFileChooserDialog .dialog-action-box {
border-top: 1px solid @border; }
GtkFileChooserDialog .dialog-action-box:backdrop {
border-top-color: @backdrop_border; }

View File

@ -16,9 +16,9 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
/**********
* Dialogs *
***********/
/******************
* Message Dialogs *
*******************/
.message-dialog {
padding: 0px;