|
Kite |
8c766d |
// out: ../../../Dark/Dark.qss
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
// DARK
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Override
|
|
Kite |
8c766d |
@import '../Default';
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Resource Location
|
|
Kite |
8c766d |
@img-url: '../Default/imgs/white';
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
@bg: #303030;
|
|
Kite |
521c84 |
@accent: darken(@bg, 12);
|
|
Kite |
521c84 |
@dock-bg-color: darken(@bg, 12);
|
|
Kite |
521c84 |
@tabbar-bg-color: darken(@bg, 4);
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
b0dac2 |
// Menu
|
|
Kite |
b0dac2 |
// -----------------------------------------------------------------------------
|
|
Kite |
b0dac2 |
|
|
Kite |
b0dac2 |
@menu-bg-color: darken(@bg, 4);
|
|
Kite |
d70a4f |
@menu-border-color: lighten(@menu-bg-color, 10);
|
|
Kite |
b0dac2 |
|
|
Kite |
b0dac2 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// File Browser / Trees
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
@tree-bg-color: darken(@bg, 4);
|
|
Kite |
d70a4f |
@browser-itemview-bg-color: darken(@bg, 0);
|
|
Kite |
521c84 |
@prefs-tree-bg-color: darken(@bg, 4);
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Scrollbars
|
|
Kite |
b0dac2 |
// -----------------------------------------------------------------------------
|
|
Kite |
b0dac2 |
|
|
Kite |
521c84 |
@scrollbar-bg-color: darken(@bg, 5);
|
|
Kite |
b0dac2 |
|
|
Kite |
b0dac2 |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
// Textfield
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
@input-bg-color: darken(@bg, 8);
|
|
Kite |
d70a4f |
@input-border-color: lighten(@bg, 10);
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
// CheckBox
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
521c84 |
@checkbox-border-color: @input-border-color;
|
|
Kite |
b0dac2 |
@checkbox-border-color-disabled: @input-border-color-disabled;
|
|
Kite |
b0dac2 |
@checkbox-border-color-hover: lighten(@bg, 70);
|
|
Kite |
521c84 |
@checkbox-border-color-checked: @checkbox-bg-color-checked;
|
|
Kite |
b0dac2 |
|
|
Kite |
b0dac2 |
// For RadioButton
|
|
Kite |
b0dac2 |
@radiobutton-img-unchecked: 'radiobutton-dark_unchecked.svg';
|
|
Kite |
b0dac2 |
@radiobutton-img-unchecked-hover: 'radiobutton-dark_unchecked_hover.svg';
|
|
Kite |
b0dac2 |
@radiobutton-img-unchecked-disabled: 'radiobutton-dark_unchecked_disabled.svg';
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
// Slider
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// SVG
|
|
Kite |
8c766d |
@slider-groove-img: 'slider-groove_dark.svg';
|
|
Kite |
8c766d |
@slider-groove-img-disabled: 'slider-groove_disabled_dark.svg';
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// DoublePairField, IntPairField
|
|
Kite |
8c766d |
@slider-groove-color: darken(@bg, 9);
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
// Viewer Window
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Flip Slider
|
|
Kite |
8c766d |
@flipmarker-img: 'flipmarker_dark.svg';
|
|
Kite |
8c766d |
@flipslider-img: 'flipslider_dark.svg';
|
|
Kite |
521c84 |
@flipslider-base-color: darken(@bg, 5);
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
b0dac2 |
// Progress Bar
|
|
Kite |
b0dac2 |
// -----------------------------------------------------------------------------
|
|
Kite |
b0dac2 |
|
|
Kite |
b0dac2 |
@progressbar-bg-color: darken(@bg, 4);
|
|
Kite |
b0dac2 |
|
|
Kite |
b0dac2 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Titlebars
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
521c84 |
@title-bg-color: darken(@bg, 4);
|
|
Kite |
8c766d |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// XSheet
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
521c84 |
@xsheet-LightLine-color: rgba(0, 0, 0, 0.3);
|
|
Kite |
521c84 |
@xsheet-VerticalLine-color: rgba(0, 0, 0, 0.4);
|
|
Kite |
521c84 |
@xsheet-bg-color: @bg;
|
|
Kite |
521c84 |
@xsheet-OnionSkinAreaBG-color: darken(@bg, 3);
|
|
Kite |
521c84 |
@xsheet-NotEmptyColumn-color: @bg;
|
|
Kite |
521c84 |
@xsheet-LightLightBG-color: darken(@bg, 3);
|
|
Kite |
521c84 |
@xsheet-PlayRange-Color: lighten(@bg, 3);
|
|
Kite |
521c84 |
@xsheet-EmptyCell-color: darken(@bg, 3);
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
// Function Editor
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Function Curve Panel
|
|
Kite |
8c766d |
@function-panel-OtherCurves-color: lighten(@function-panel-bg-color, 30);
|
|
shun-iwasawa |
caf3c6 |
|
|
shun-iwasawa |
caf3c6 |
// Function Spreadsheet Viewer
|
|
shun-iwasawa |
caf3c6 |
@function-ColumnHeaderBorder-color: lighten(@bg, 10);
|
|
Kite |
d70a4f |
@function-ColumnHeaderBG-color: darken(@bg, 4);
|
|
Kite |
d70a4f |
|
|
Kite |
d70a4f |
// -----------------------------------------------------------------------------
|
|
Kite |
d70a4f |
// Schematic Viewer
|
|
Kite |
d70a4f |
// -----------------------------------------------------------------------------
|
|
Kite |
d70a4f |
|
|
Kite |
d70a4f |
// Node Viewer
|
|
Kite |
d70a4f |
@schematic-viewer-bg-color: darken(@bg, 4);
|