gen2 dark mode

master
Aaron Johnson 5 years ago
parent 6e3a7a48a0
commit ac045b5578

@ -447,12 +447,128 @@ undershoot.right {
* Text Entries *
****************/
entry {
/*entry {
border-style: solid;
padding: 4px;
color: @entry_text_color;
background-color: @theme_base_color;
}
}*/
entry {
min-height: 20px;
padding: 2px 8px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
background-color: transparent;
color: #E3E6EA;
background-image: linear-gradient(to bottom, #2B2B2C, #2B2B2C);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
border-image: -gtk-scaled(url("borders/entry-normal-border-dark.png"), url("borders/entry-normal-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
outline-width: 0px;
border-radius: 2px;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: transparent;
caret-color: currentColor;
background-color: #2B2B2C; }
entry image {
color: #E3E6EA; }
entry image:hover {
color: white; }
entry image:active {
color: #3266FB; }
entry image.left {
padding-left: 0;
padding-right: 5px; }
entry image.right {
padding-right: 0;
padding-left: 5px; }
entry.flat, entry.flat:focus {
color: white;
min-height: 0;
padding: 2px;
background-color: #2B2B2C;
background-image: none;
border: none;
border-radius: 0;
box-shadow: none; }
entry:focus {
color: white;
background-color: transparent;
background-image: linear-gradient(to bottom, #2B2B2C, #2B2B2C);
box-shadow: none;
border-image: -gtk-scaled(url("borders/entry-focused-border-dark.png"), url("borders/entry-focused-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
border-radius: 2px;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: transparent; }
entry:disabled {
background-color: transparent;
color: #dcdee2;
background-image: linear-gradient(to bottom, #434446, #434446);
box-shadow: none;
border-image: -gtk-scaled(url("borders/entry-normal-border-dark.png"), url("borders/entry-normal-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
border-radius: 2px;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: transparent; }
entry.warning {
color: #f57900;
background-image: linear-gradient(to bottom, #533b23, #533b23); }
entry.warning image {
color: #f57900; }
entry.warning selection, entry.warning selection:focus {
background-color: #f57900; }
entry.error {
color: #cc0000;
background-image: linear-gradient(to bottom, #4b2223, #4b2223); }
entry.error image {
color: #cc0000; }
entry.error selection, entry.error selection:focus {
background-color: #cc0000; }
entry.search-missing {
color: #cc0000;
background-image: linear-gradient(to bottom, #4b2223, #4b2223); }
entry.search-missing image {
color: #cc0000; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #cc0000; }
.osd entry {
background-color: transparent;
color: #E3E6EA;
background-image: linear-gradient(to bottom, rgba(52, 52, 54, 0.75), rgba(52, 52, 54, 0.75));
border-image: -gtk-scaled(url("borders/entry-normal-border-dark.png"), url("borders/entry-normal-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
border-radius: 2px;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: transparent; }
.osd entry:focus {
background-color: transparent;
color: white;
background-image: linear-gradient(to bottom, rgba(52, 52, 54, 0.75), rgba(52, 52, 54, 0.75));
border-image: -gtk-scaled(url("borders/entry-focused-border-dark.png"), url("borders/entry-focused-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
border-radius: 2px;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: transparent; }
.osd entry:disabled {
background-color: transparent;
color: #dcdee2;
background-image: linear-gradient(to bottom, rgba(65, 65, 67, 0.7), rgba(65, 65, 67, 0.7));
box-shadow: none;
border-image: -gtk-scaled(url("borders/entry-normal-border-dark.png"), url("borders/entry-normal-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
border-radius: 2px;
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: transparent; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #3266FB;
border-style: solid;
background-image: none;
background-color: transparent;
box-shadow: none;
border-image: none; }
entry progressbar {
background-color: @theme_selected_bg_color;

@ -7,9 +7,9 @@
****************/
@define-color theme_window_border_color #314a4e;
@define-color theme_base_color #242424;
@define-color theme_base_color #2D2D2D;
@define-color theme_bg_color #232323;
@define-color theme_bg_color #303030;
@define-color theme_fg_color #F1F1F1;
@define-color theme_selected_bg_color #408994;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -13,8 +13,8 @@
height="16px"
id="svg33222"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="border-focused-2.svg">
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="border-focused-ptb.svg">
<defs
id="defs33224">
<linearGradient
@ -37,16 +37,16 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="44.5625"
inkscape:cx="8"
inkscape:cx="3.9046283"
inkscape:cy="8"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1280"
inkscape:window-height="949"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-width="2559"
inkscape:window-height="1393"
inkscape:window-x="1"
inkscape:window-y="1080"
inkscape:window-maximized="1"
inkscape:snap-nodes="false"
inkscape:snap-bbox="true"
@ -84,7 +84,7 @@
height="13.999999"
width="15"
id="rect17861"
style="color:#000000;fill:none;stroke:#869bb7;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
style="color:#000000;fill:none;stroke:#86b2b7;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
ry="1.5"
rx="1.5"

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Loading…
Cancel
Save