@@ -10,6 +10,16 @@ body {
1010 padding-top : 51px ;
1111 /*overflow: hidden;*/
1212}
13+
14+ .night a ,
15+ .night .open-files-container li .selected a {
16+ color : # 5EB7E0 ;
17+ }
18+
19+ body .night {
20+ background : # 333 !important ;
21+ }
22+
1323.CodeMirror {
1424 font-family : "Source Code Pro" , Consolas, monaco, monospace;
1525 letter-spacing : 0.025em ;
@@ -117,6 +127,11 @@ body {
117127 margin-left : 0 ;
118128 margin-right : 0 ;
119129}
130+
131+ .night .ui-content {
132+ background-color : # 333 ;
133+ }
134+
120135.ui-edit-area {
121136 height : 100% ;
122137 /*padding-left: 15px;*/
@@ -144,6 +159,12 @@ body {
144159.ui-edit-area .ui-sync-toggle : active {
145160 box-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , .125 ), 2px 0px 2px # e7e7e7 ;
146161}
162+
163+ .night .ui-edit-area .ui-resizable-handle .ui-resizable-e {
164+ background : # 3c3c3c ;
165+ box-shadow : 3px 0px 6px # 353535 ;
166+ }
167+
147168.ui-view-area {
148169 /*overflow-y: scroll;*/
149170 -webkit-overflow-scrolling : touch;
@@ -154,6 +175,13 @@ body {
154175 padding-right : 15px ;
155176 }
156177}
178+
179+ .night .ui-view-area {
180+ background : # 333 ;
181+ color : # ededed ;
182+ }
183+
184+
157185.ui-scrollable {
158186 height : 100% ;
159187 overflow-x : hidden;
@@ -238,12 +266,32 @@ body {
238266.navbar-nav > li > a {
239267 cursor : pointer;
240268}
269+
270+ .night .navbar-default .navbar-nav > li > a : focus ,
271+ .night .navbar-default .navbar-nav > li > a : hover ,
272+ .night .navbar-default .navbar-brand : focus ,
273+ .night .navbar-default .navbar-brand : hover {
274+ color : # fff ;
275+ }
276+
277+ .night .navbar-default .navbar-nav > .open > a ,
278+ .night .navbar-default .navbar-nav > .open > a : focus ,
279+ .night .navbar-default .navbar-nav > .open > a : hover {
280+ color : white;
281+ background : # 000 ;
282+
283+ }
241284.dropdown-menu > li > a {
242285 cursor : pointer;
243286 text-overflow : ellipsis;
244287 max-width : calc (100vw - 30px );
245288 overflow : hidden;
246289}
290+
291+ .night .dropdown-menu {
292+ background : # 222 ;
293+ }
294+
247295.dropdown-menu .CodeMirror-other-cursor {
248296 transition : none;
249297}
@@ -276,8 +324,8 @@ div[contenteditable]:empty:not(:focus):before{
276324 max-height : 40vh ;
277325 overflow : auto;
278326}
279- .dropdown-menu .list ::-webkit-scrollbar {
280- display : none;
327+ .dropdown-menu .list ::-webkit-scrollbar {
328+ display : none;
281329}
282330.dropdown-menu .emoji {
283331 margin-bottom : 0 !important ;
@@ -292,6 +340,16 @@ div[contenteditable]:empty:not(:focus):before{
292340 background : inherit;
293341}
294342
343+ .night .navbar .btn-default {
344+ background-color : # 333 ;
345+ border-color : # 565656 ;
346+ color : # eee ;
347+ }
348+
349+ .night .btn .btn-default .ui-view .active {
350+ background : # 202020 ;
351+ }
352+
295353.btn-file {
296354 position : relative;
297355 overflow : hidden;
@@ -312,6 +370,12 @@ div[contenteditable]:empty:not(:focus):before{
312370 display : block;
313371}
314372
373+ .night .btn .focus ,
374+ .night .btn : focus ,
375+ .night .btn : hover {
376+ color : # fff ;
377+ }
378+
315379.info-label {
316380 width : 36% ;
317381 text-align : right;
@@ -481,8 +545,8 @@ div[contenteditable]:empty:not(:focus):before{
481545 border : 1px solid # 2893ef ;
482546}
483547
484- .status-bar .indent-width-input ::-webkit-inner-spin-button ,
485- .status-bar .indent-width-input ::-webkit-outer-spin-button {
548+ .status-bar .indent-width-input ::-webkit-inner-spin-button ,
549+ .status-bar .indent-width-input ::-webkit-outer-spin-button {
486550 -webkit-appearance : none;
487551 margin : 0 ;
488552}
@@ -524,4 +588,4 @@ div[contenteditable]:empty:not(:focus):before{
524588 .CodeMirror {
525589 height : auto !important ;
526590 }
527- }
591+ }
0 commit comments