fix old themes and make sure build doesn't succeed without them

pull/149/head
nightwing 2015-09-10 23:11:34 +04:00
rodzic 3b711b6e94
commit 6e50362ec9
5 zmienionych plików z 66 dodań i 8 usunięć

Wyświetl plik

@ -118,7 +118,7 @@ define(function(require, exports, module) {
class: "themepicker",
style: "background:#3f3f3f;",
value: "dark-gray"
})
}),
// rb3 = new ui.radiobutton({
// group: "theme-color",
// class: "themepicker",

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;
@ -1688,8 +1689,26 @@
@coverage-button-font-size: 14px;
@detail-label-color: #333333;
@detail-label-background: #F6F6F6;
@detail-label-color: #f1f1f1;
@detail-label-background: #3F3F3F;
@detail-label-margin: 2px 0 0 67px;
@detail-label-border-bottom: 1px solid rgba(0,0,0,0.7);
@detail-label-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
@detail-label-hash-border: 1px solid #DDDE33;
@detail-label-hash-background: #f9f796;
@detail-label-hash-border: 1px solid #95AD0A;
@detail-label-hash-color: @highlight-color;
@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;
@form-bar-padding: 10px 35px 10px 10px;
@form-bar-background: @menu-button-active-background;
@form-bar-border-bottom: 1px solid black;
@form-bar-box-shadow: 0 1px @border-highlight;
@panel-settings-changes-top: 33px;

Wyświetl plik

@ -41,6 +41,7 @@
@highlight-selected-color: #f1f1f1;
@empty-message-color: darken(#333, @darken-font);
@inactive-font-color: #636363;
@general-font-family: Arial, Helvetica, sans-serif;
@general-font-size: 12px;
@ -1025,7 +1026,7 @@
@tree-first-row-margin-right: 20px;
@tree-heading-color: darken(#747474, @darken-chrome);
@tree-heading-text-shadow: 0 1px rgb(26, 26, 26);
@tree-heading-text-shadow: none;
@tree-editor-color: darken(#101010, @darken-chrome);
@tree-editor-background: darken(rgb(245, 247, 234), @darken-chrome);
@ -1690,6 +1691,24 @@
@detail-label-color: #333333;
@detail-label-background: #F6F6F6;
@detail-label-margin: 2px 0 0 67px;
@detail-label-border-bottom: 1px solid rgb(182, 182, 182);
@detail-label-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
@detail-label-hash-border: 1px solid #DDDE33;
@detail-label-hash-color: @highlight-color;
@detail-label-hash-background: #f9f796;
@log-hash-color: @detail-label-hash-color;
@log-hash-background: @detail-label-hash-background;
@log-hash-border: @detail-label-hash-border;
@diff-toolbar-buttons-background: @border-highlight;
@diff-toolbar-buttons-border: none;
@form-bar-padding: 10px 35px 10px 10px;
@form-bar-background: @menu-button-active-background;
@form-bar-border-bottom: 1px solid black;
@form-bar-box-shadow: 0 1px @border-highlight;
@panel-settings-changes-top: 33px;

Wyświetl plik

@ -41,6 +41,7 @@
@highlight-selected-color: #f1f1f1;
@empty-message-color: darken(#333, @darken-font);
@inactive-font-color: #636363;
@general-font-family: Arial, Helvetica, sans-serif;
@general-font-size: 12px;
@ -1025,7 +1026,7 @@
@tree-first-row-margin-right: 20px;
@tree-heading-color: darken(#747474, @darken-chrome);
@tree-heading-text-shadow: 0 1px rgb(26, 26, 26);
@tree-heading-text-shadow: none;
@tree-editor-color: darken(#101010, @darken-chrome);
@tree-editor-background: darken(rgb(245, 247, 234), @darken-chrome);
@ -1690,6 +1691,24 @@
@detail-label-color: #333333;
@detail-label-background: #F6F6F6;
@detail-label-margin: 2px 0 0 67px;
@detail-label-border-bottom: 1px solid rgb(182, 182, 182);
@detail-label-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
@detail-label-hash-border: 1px solid #DDDE33;
@detail-label-hash-color: @highlight-color;
@detail-label-hash-background: #f9f796;
@log-hash-color: @detail-label-hash-color;
@log-hash-background: @detail-label-hash-background;
@log-hash-border: @detail-label-hash-border;
@diff-toolbar-buttons-background: @border-highlight;
@diff-toolbar-buttons-border: none;
@form-bar-padding: 10px 35px 10px 10px;
@form-bar-background: @menu-button-active-background;
@form-bar-border-bottom: 1px solid black;
@form-bar-box-shadow: 0 1px @border-highlight;
@panel-settings-changes-top: 33px;

Wyświetl plik

@ -45,7 +45,8 @@ define(function(require, exports, module) {
else
skins = skins ? skins.split(/,\s*/) : [];
build.buildConfig(config, pathConfig, save(["config", path.basename(config) + ".js"], function next() {
build.buildConfig(config, pathConfig, save(["config", path.basename(config) + ".js"], function next(err) {
if (err) return done(err);
var skin = skins.pop();
if (!skin) return buildConfig();
build.buildSkin(config, skin, pathConfig, save(["skin", config, skin + ".css"], next));