first fixes for dark theme

# Conflicts:
#	plugins/c9.ide.layout.classic/themes/default-dark-gray.less
#	plugins/c9.ide.layout.classic/themes/default-dark.less
#	plugins/c9.ide.layout.classic/themes/default-flat-light.less
#	plugins/c9.ide.layout.classic/themes/default-light-gray.less
#	plugins/c9.ide.layout.classic/themes/default-light.less
#	plugins/c9.ide.test/service.js
pull/149/head
Ruben Daniels 2015-08-28 23:58:20 -07:00 zatwierdzone przez nightwing
rodzic c9b6eb8ae1
commit 6072fc1739
6 zmienionych plików z 50 dodań i 6 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": "#e39aa8ca5a",
"c9.ide.scm": "#b45b601c34",
"c9.ide.terminal.monitor": "#b52a3f2144",
"c9.ide.theme.flat": "#2de8414db7",
"c9.ide.threewaymerge": "#229382aa0b",

Wyświetl plik

@ -1685,4 +1685,11 @@
@stats-menu-info-border: 1px solid rgba(0, 0, 0, 0.4);
@stats-menu-info-box-shadow: 1px 1px rgba(255,255,255,0.06), inset 1px 1px rgba(255,255,255,0.06);
@coverage-button-font-size: 14px;
@coverage-button-font-size: 14px;
@detail-label-color: #333333;
@detail-label-background: #F6F6F6;
@detail-label-hash-border: 1px solid #DDDE33;
@detail-label-hash-background: #f9f796;

Wyświetl plik

@ -1685,4 +1685,15 @@
@stats-menu-info-border: 1px solid rgba(0, 0, 0, 0.4);
@stats-menu-info-box-shadow: 1px 1px rgba(255,255,255,0.06), inset 1px 1px rgba(255,255,255,0.06);
@coverage-button-font-size: 14px;
@coverage-button-font-size: 14px;
@detail-label-color: #f1f1f1;
@detail-label-background: #333333;
@detail-label-margin: 2px 0 0 67px;
@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-color: #ddd;
@detail-label-hash-background: #555555;

Wyświetl plik

@ -1685,4 +1685,16 @@
@stats-menu-info-border: 0;
@stats-menu-info-box-shadow: none;
@coverage-button-font-size: 25px;
<<<<<<< HEAD
@coverage-button-font-size: 25px;
=======
@detail-label-color: #333333;
@detail-label-background: #F6F6F6;
@detail-label-margin: 1px 0 0 67px;
@detail-label-border-bottom: none;
@detail-label-box-shadow: none;
@detail-label-hash-border: 1px solid #DDDE33;
@detail-label-hash-color: #333;
@detail-label-hash-background: #f9f796;
>>>>>>> 73f71b5... first fixes for dark theme

Wyświetl plik

@ -1685,4 +1685,11 @@
@stats-menu-info-border: 0;
@stats-menu-info-box-shadow: none;
@coverage-button-font-size: 14px;
@coverage-button-font-size: 14px;
@detail-label-color: #333333;
@detail-label-background: #F6F6F6;
@detail-label-hash-border: 1px solid #DDDE33;
@detail-label-hash-background: #f9f796;

Wyświetl plik

@ -1685,4 +1685,11 @@
@stats-menu-info-border: 0;
@stats-menu-info-box-shadow: none;
@coverage-button-font-size: 14px;
@coverage-button-font-size: 14px;
@detail-label-color: #333333;
@detail-label-background: #F6F6F6;
@detail-label-hash-border: 1px solid #DDDE33;
@detail-label-hash-background: #f9f796;