Dark stuff for diff editor

pull/149/head
Ruben Daniels 2015-08-29 13:49:37 -07:00 zatwierdzone przez nightwing
rodzic 7fc06fc76f
commit 3e23fbacf6
3 zmienionych plików z 19 dodań i 3 usunięć

Wyświetl plik

@ -106,7 +106,7 @@
"c9.ide.run.build": "#4de6a0b9a4",
"c9.ide.run.debug.xdebug": "#61dcbd0180",
"c9.ide.save": "#326087f5a2",
"c9.ide.scm": "#8a439109c7",
"c9.ide.scm": "#662625c230",
"c9.ide.terminal.monitor": "#b52a3f2144",
"c9.ide.theme.flat": "#2de8414db7",
"c9.ide.threewaymerge": "#229382aa0b",

Wyświetl plik

@ -41,6 +41,7 @@
@highlight-selected-color: darken(#f1f1f1, @darken-font);
@empty-message-color: darken(#f1f1f1, @darken-font);
@inactive-font-color: #636363;
@general-font-family: Arial, Helvetica, sans-serif;
@general-font-size: 12px;
@ -1694,8 +1695,15 @@
@detail-label-border-bottom: 1px solid rgba(0,0,0,0.7);
@detail-label-box-shadow: rgba(255, 255, 255, 0.06);
@detail-label-hash-border: 1px solid @highlight-color;
@detail-label-hash-border: 1px solid #95AD0A;
@detail-label-hash-color: @highlight-color;
@detail-label-hash-background: #555555;
@detail-label-hash-background: #545D21;
@log-hash-color: #f1f1f1;
@log-hash-background: #545D21;
@log-hash-border: 1px solid #95AD0A;
@diff-toolbar-buttons-background: @border-highlight;
@diff-toolbar-buttons-border: none;
@panel-settings-changes-top: 36px;

Wyświetl plik

@ -41,6 +41,7 @@
@highlight-selected-color: darken(#f1f1f1, @darken-chrome);
@empty-message-color: darken(#333, @darken-font);
@inactive-font-color: #BBBBBB;
@general-font-family: Helvetica, Arial, sans-serif;
@general-font-size: 13px;
@ -1697,4 +1698,11 @@
@detail-label-hash-color: #333;
@detail-label-hash-background: #f9f796;
@log-hash-color: #333;
@log-hash-background: rgb(249, 247, 150);
@log-hash-border: 1px solid #DDDE33;
@diff-toolbar-buttons-background: #F9F9F9;
@diff-toolbar-buttons-border: 1px solid @border-highlight-dark;
@panel-settings-changes-top: 46px;