Kite 799aa3
// out: ../../../Light/Light.qss
Kite 799aa3
Kite a8ee45
// Include Default Theme
Kite 799aa3
@import '../Default';
Kite 799aa3
Kite 799aa3
// IMG Location
Kite 799aa3
@img-url: '../Default/imgs/black';
Kite 799aa3
Kite 799aa3
@bg: #808080;
Kite 799aa3
@accent: darken(@bg, 28);
Kite 799aa3
Kite 799aa3
@text-color: #101010;
Kite 799aa3
Kite 799aa3
@selected-bg-color: rgb(37, 80, 149);
Kite de94b5
@selected-text-color: #FFFFFF;
Kite 799aa3
Kite 799aa3
@selected-bg-color-secondary: lighten(@bg, 15);
Kite 799aa3
Kite 799aa3
@dock-bg-color: darken(@bg, 40);
Kite 799aa3
Kite 799aa3
@label-title: rgb(0, 0, 0);
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Tabs
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
// Container
Kite 799aa3
@tabbar-bg-color: darken(@bg, 8);
Kite 799aa3
Kite 799aa3
// Tabs
Kite 799aa3
@tab-bg-color: @tabbar-bg-color;
Kite 799aa3
@tab-text-color: @text-color;
Kite 799aa3
Kite 799aa3
@tab-text-color-selected: @text-color;
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Topbar & Workspaces
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
// Topbar
Kite 799aa3
@topbar-bg-color: @bg;
Kite 799aa3
Kite 799aa3
// Workspace Tabs
Kite 785362
@rooms-tab-bg-color: @topbar-bg-color;
Kite 799aa3
@rooms-tab-text-color: @tab-text-color;
Kite 799aa3
Kite 785362
@rooms-tab-bg-color-hover: lighten(@rooms-tab-bg-color, 15);
Kite 799aa3
@rooms-text-color-hover: @rooms-tab-text-color;
Kite 799aa3
Kite 785362
@rooms-tab-bg-color-selected: @button-bg-color-focus;
Kite 799aa3
@rooms-tab-text-color-selected: @tab-text-color-selected;
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Right-Click Menu
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
@menu-bg-color: lighten(@bg, 15);
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Titlebars
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 7343a4
@title-bg-color: #505050;
Kite a8ee45
@title-text-color: #B4B4B4;
Kite a8ee45
@title-text-color-active: #F5F5F5;
Kite a8ee45
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Scrollbars
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
// Container
Kite 799aa3
@scrollbar-bg-color: lighten(@bg, 10);
Kite 799aa3
Kite 799aa3
// Handle
Kite 799aa3
@scrollbar-handle-border-size: 1px;
Kite 799aa3
@scrollbar-handle-radius: 2px;
Kite 799aa3
@scrollbar-handle-margin: 1px;
Kite 799aa3
Kite 799aa3
@scrollbar-handle-bg-color: lighten(@bg, 14);
Kite 799aa3
@scrollbar-handle-border-color: @accent;
Kite 799aa3
Kite 799aa3
@scrollbar-handle-border-color-hover: @accent;
Kite 799aa3
Kite 799aa3
@scrollbar-handle-border-color-pressed: @accent;
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Trees
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 785362
@tree-bg-color: lighten(@bg, 10);
Kite 799aa3
@tree-bg-color-alt: lighten(@tree-bg-color, 3);
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Button
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
@button-bg-color: lighten(@bg, 14);
Kite 799aa3
@button-border-color: darken(@bg, 18);
Kite 799aa3
@button-text-color: @text-color;
Kite 799aa3
Kite 799aa3
@button-bg-color-hover: lighten(@button-bg-color, 8);
Kite 799aa3
Kite 1a2e2f
@button-bg-color-pressed: lighten(@button-bg-color-hover, 15);
Kite 1a2e2f
@button-border-color-pressed: @button-border-color;
Kite 799aa3
Kite 1a2e2f
@button-bg-color-checked: #B5C0D0;
Kite 1a2e2f
@button-border-color-checked: @selected-bg-color;
Kite 799aa3
Kite d49ef3
@button-bg-color-focus: #B5C0D0;
Kite a8ee45
@button-border-color-focus: @selected-bg-color;
Kite de94b5
Kite 799aa3
@button-border-color-disabled: darken(@bg, 5);
Kite 799aa3
Kite d49ef3
// For QDialogs
Kite d49ef3
@button-dialog-border-color: @button-border-color;
Kite d49ef3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Tool Buttons
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 1a2e2f
// Main
Kite 1a2e2f
@toolbutton-border-color-hover: @button-border-color;
Kite 1a2e2f
Kite 1a2e2f
@toolbutton-bg-color-checked: #B5C0D0;
Kite 1a2e2f
@toolbutton-border-color-checked: @selected-bg-color;
Kite 1a2e2f
@toolbutton-text-color-checked: @button-text-color;
Kite 1a2e2f
Kite 1a2e2f
@toolbutton-bg-color-checked-hover: lighten(@toolbutton-bg-color-checked, 8);
Kite 1a2e2f
@toolbutton-border-color-checked-hover: @toolbutton-border-color-checked;
Kite 1a2e2f
Kite 1a2e2f
// Lock
Kite 1a2e2f
@toolbutton-lock-border-color-checked: darken(@toolbutton-lock-bg-color-checked, 20);
Kite 546826
@toolbutton-lock-border-color-checked-hover: @toolbutton-lock-border-color-checked;
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite d49ef3
// ComboBox
Kite d49ef3
// -----------------------------------------------------------------------------
Kite d49ef3
Kite d49ef3
@combobox-bg-color-pressed: @button-bg-color-focus;
Kite a8ee45
@combobox-border-color-pressed: @selected-bg-color;
Kite d49ef3
Kite d49ef3
// -----------------------------------------------------------------------------
Kite 799aa3
// Textfield
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 1a2e2f
@input-bg-color: lighten(@bg, 30);
Kite 799aa3
@input-border-color: darken(@bg, 18);
Kite 799aa3
Kite 785362
@input-border-color-focus: @input-border-color;
Kite 785362
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// CheckBox
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
@checkbox-bg-color: lighten(@button-bg-color, 15);
Kite 799aa3
@checkbox-border-color: @button-border-color;
Kite 799aa3
Kite 1a2e2f
@checkbox-bg-color-hover: lighten(@checkbox-bg-color, 10);
Kite 799aa3
Kite 799aa3
@checkbox-border-color-checked: @button-border-color;
Kite 799aa3
Kite 799aa3
@checkbox-bg-color-disabled: @button-bg-color-disabled;
Kite 799aa3
@checkbox-border-color-disabled: @button-border-color-disabled;
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// File Browser
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
// All Panes
Kite 799aa3
@browser-folder-text-color: #000eb6;
Kite 799aa3
Kite 799aa3
// Left Pane
Kite 785362
@browser-listview-bg-color: #969696;
Kite 799aa3
Kite 799aa3
// Right Pane
Kite 799aa3
@browser-itemview-bg-color: @tree-bg-color;
Kite 799aa3
@browser-itemview-bg-color-alt: @tree-bg-color-alt;
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Slider
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
@slider-groove-color: darken(@bg, 25);
Kite 799aa3
@slider-handle-width: 10px;
Kite 799aa3
Kite 799aa3
// This one is used only for #ViewerFpsSlider
Kite a8ee45
@slider-handle-margin: -2px 0px;
Kite 799aa3
@slider-handle-bg-color: lighten(@bg, 15);
Kite 799aa3
@slider-handle-border-color: @accent;
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Viewer Window
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
// FlipSlider
Kite 799aa3
@flipslider-notstarted-color: rgb(146, 81, 81);
Kite 799aa3
@flipslider-started-color: rgb(40, 133, 61);
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Schematic Viewer
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
@schematic-label-text-color: rgb(0, 0, 0);
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// XSheet
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
// XSheet Spreadsheet Viewer
Kite 799aa3
@xsheet-text-color:                         @text-color;
Kite 799aa3
@xsheet-bg-color:                           lighten(@bg, 7.12);
Kite a8ee45
@xsheet-LightLine-color:                    darken(@bg, 12);
Kite a8ee45
@xsheet-MarkerLine-color:                   #000; //rgb(0, 255, 246);
Kite 799aa3
@xsheet-VerticalLine-color:                 darken(@bg, 11);
Kite 799aa3
@xsheet-VerticalLineHead-color:             darken(@bg, 28);
shun_iwasawa 333445
@xsheet-PreviewFrameText-color:             #000eb6;
Kite a8ee45
@xsheet-CurrentRowBG-color:                 #B5C0D0;
Kite 799aa3
Kite 799aa3
@xsheet-EmptyColumnHead-color:              darken(@bg, 5);
Kite 799aa3
@xsheet-SelectedColumnText-color:           darken(rgb(255, 0, 0), 15);
Kite 799aa3
Kite 799aa3
@xsheet-EmptyCell-color:                    darken(@bg, 1.57);
Kite 799aa3
@xsheet-NotEmptyColumn-color:               lighten(@bg, 4);
Kite a8ee45
@xsheet-SelectedEmptyCell-color:            lighten(@bg, 20);
Kite 799aa3
Kite 799aa3
@xsheet-LevelColumn-color:                  rgb(118, 183, 118);
Kite 799aa3
@xsheet-LevelColumnBorder-color:            darken(desaturate(@xsheet-LevelColumn-color, 15), 25);
Kite 799aa3
Kite 799aa3
@xsheet-VectorColumn-color:                 rgb(192, 192, 122);
Kite a8ee45
@xsheet-VectorColumnBorder-color:           darken(desaturate(@xsheet-VectorColumn-color, 15), 25);
Kite 799aa3
Kite 799aa3
@xsheet-ChildColumn-color:                  rgb(214,154,219);
Kite a8ee45
@xsheet-ChildColumnBorder-color:            darken(desaturate(@xsheet-ChildColumn-color, 15), 25);
Kite 799aa3
Kite 799aa3
@xsheet-FullColorColumn-color:              rgb(139, 189, 193);
Kite a8ee45
@xsheet-FullColorColumnBorder-color:        darken(desaturate(@xsheet-FullColorColumn-color, 15), 25);
Kite 799aa3
Kite 799aa3
@xsheet-FxColumn-color:                     rgb(130,129,93);
Kite 799aa3
@xsheet-FxColumnBorder-color:               darken(desaturate(@xsheet-FxColumn-color, 10), 20);
Kite 799aa3
Kite 799aa3
@xsheet-ReferenceColumn-color:              rgb(171,171,171);
Kite a8ee45
@xsheet-ReferenceColumnBorder-color:        darken(desaturate(@xsheet-ReferenceColumn-color, 15), 25);
Kite 799aa3
Kite 799aa3
@xsheet-PaletteColumn-color:                rgb(42,171,154);
Kite a8ee45
@xsheet-PaletteColumnBorder-color:          darken(desaturate(@xsheet-PaletteColumn-color, 15), 25);
Kite 799aa3
Kite 799aa3
@xsheet-MeshColumn-color:                   rgb(172, 120, 212);
Kite a8ee45
@xsheet-MeshColumnBorder-color:             darken(desaturate(@xsheet-MeshColumn-color, 15), 25);
Kite 799aa3
Kite 799aa3
@xsheet-SoundColumn-color:                  rgb(172, 186, 130);
Kite a8ee45
@xsheet-SoundColumnBorder-color:            darken(desaturate(@xsheet-SoundColumn-color, 15), 25);
Kite 799aa3
@xsheet-SoundColumnHL-color:                rgb(245,255,230);
Kite 799aa3
@xsheet-SoundColumnTrack-color:             rgb(90,100,45);
Kite 799aa3
Kite 799aa3
@xsheet-ColumnHeadPastelizer-color:         rgb(255,255,255);
Kite 799aa3
@xsheet-SelectedColumnHead-color:           rgb(190,210,240);
Kite 799aa3
Kite 799aa3
@xsheet-LightLightBG-color:                 @bg;
Kite 799aa3
@xsheet-LightBG-color:                      rgb(240,240,240);
Kite 799aa3
@xsheet-DarkBG-color:                       rgb(225,225,225);
Kite 799aa3
@xsheet-DarkLine-color:                     rgb(150,150,150);
Kite 799aa3
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
// Function Editor
Kite 799aa3
// -----------------------------------------------------------------------------
Kite 799aa3
Kite 799aa3
// Function Treeview
Kite 799aa3
@function-treeview-text-color: @text-color;
Kite 799aa3
@function-treeview-text-color-selected: darken(rgb(255, 0, 0), 15);
Kite 799aa3
Kite 799aa3
// Function Curve Panel
Kite 799aa3
@function-panel-bg-color: rgb(225,225,225);
Kite 799aa3
@function-panel-ValueLine-color: rgb(186,186,186);
Kite 799aa3
@function-panel-FrameLine-color: rgb(210,210,210);
Kite 799aa3
@function-panel-OtherCurves-color: rgb(150,150,150);
Kite 799aa3
@function-panel-RulerBG-color: rgb(255,255,255);
Kite 799aa3
@function-panel-Text-color: @text-color;
Kite 799aa3
@function-panel-Sub-color: #fff;
Kite 799aa3
@function-panel-Selected-color: rgb(0, 0, 255);
Kite 799aa3
Kite 799aa3
// Function Spreadsheet Viewer
Kite 799aa3
@function-KeyFrame-color: rgb(219,139,54);
Kite 799aa3
@function-KeyFrameBorder-color: darken(desaturate(@function-KeyFrame-color, 15), 35);
Kite 799aa3
Kite 799aa3
@function-Inbetween-color: rgb(194,194,176);
Kite 799aa3
@function-InbetweenBorder-color: rgb(72,72,65);
Kite 799aa3
Kite 799aa3
@function-SelectedSceneRangeEmpty-color: rgb(210,210,210);