|
Kite |
521c84 |
// out: ../../../Neutral/Neutral.qss
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// NEUTRAL GREY
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Override
|
|
Kite |
521c84 |
@import '../Default';
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Resource Location
|
|
Kite |
521c84 |
@img-url: '../Default/imgs/black';
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@bg: #808080;
|
|
Kite |
521c84 |
@accent: darken(@bg, 15);
|
|
Kite |
521c84 |
@text-color: #000;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@hl-bg-color: #8FA0B2;
|
|
Kite |
521c84 |
@hl-text-color: #000;
|
|
Kite |
521c84 |
@hl-bg-color-secondary: rgba(255, 255, 255, 0.15);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@dock-bg-color: darken(@bg, 30);
|
|
Kite |
521c84 |
@label-title: rgb(0, 0, 0);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Tabs
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@tabbar-bg-color: darken(@bg, 6);
|
|
Kite |
521c84 |
@tab-text-color: @text-color;
|
|
Kite |
521c84 |
@tab-text-color-hover: @text-color;
|
|
Kite |
521c84 |
@tab-text-color-selected: @text-color;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Titlebars
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@title-text-color: @tab-text-color;
|
|
Kite |
521c84 |
@title-text-color-active: rgba(255, 255, 255, 0.8);
|
|
Kite |
521c84 |
@title-border-color: darken(@title-bg-color, 10);
|
|
Kite |
521c84 |
@title-button-rollover-color: lighten(@title-bg-color, 10);
|
|
Kite |
521c84 |
@title-button-preview-color: #15b884;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Menu
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@menu-bg-color: lighten(@bg, 20);
|
|
Kite |
521c84 |
@menu-separator-color: rgba(0, 0, 0, 0.171);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Scrollbars
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@scrollbar-bg-color: darken(@bg, 6);
|
|
Kite |
521c84 |
@scrollbar-handle-bg-color: lighten(@bg, 10);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Palette Window
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// All views (except list)
|
|
Kite |
521c84 |
@palette-NumpadShortcutBorderColor: rgb(190, 190, 190);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// File Browser / Trees
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Trees
|
|
Kite |
521c84 |
@tree-bg-color: darken(@bg, 4);
|
|
Kite |
521c84 |
@prefs-tree-bg-color: @tree-bg-color;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// All Panes
|
|
Kite |
521c84 |
@browser-folder-text-color: rgb(0, 22, 134);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Right Pane
|
|
Kite |
521c84 |
@browser-itemview-bg-color: lighten(@bg, 0);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Button
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@button-bg-color: lighten(@bg, 12);
|
|
Kite |
521c84 |
@button-border-color: darken(@bg, 12);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@button-bg-color-hover: lighten(@button-bg-color, 8);
|
|
Kite |
521c84 |
@button-border-color-pressed: darken(@button-bg-color-pressed, 8);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@button-bg-color-checked: darken(@bg, 15);
|
|
Kite |
521c84 |
@button-border-color-checked: darken(@button-bg-color-checked, 10);
|
|
Kite |
521c84 |
@button-text-color-checked: rgba(255, 255, 255, 0.917);
|
|
Kite |
521c84 |
@button-text-color-focus: @button-text-color;
|
|
Kite |
521c84 |
@button-border-color-focus: darken(@button-bg-color-focus, 40);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@button-border-color-disabled: darken(@bg, 5);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// For QDialogs
|
|
Kite |
521c84 |
@button-dialog-border-color: @button-border-color;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Tool Buttons
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Main
|
|
Kite |
521c84 |
@toolbutton-border-color-hover: @button-border-color;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@toolbutton-border-color-checked: darken(@toolbutton-bg-color-checked, 30);
|
|
Kite |
521c84 |
@toolbutton-text-color-checked: @text-color;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@toolbutton-bg-color-checked-hover: lighten(@toolbutton-bg-color-checked, 8);
|
|
Kite |
521c84 |
@toolbutton-border-color-checked-hover: @toolbutton-border-color-checked;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Lock
|
|
Kite |
521c84 |
@toolbutton-lock-bg-color-checked: #bd5454;
|
|
Kite |
521c84 |
@toolbutton-lock-border-color-checked: darken(@toolbutton-lock-bg-color-checked, 20);
|
|
Kite |
521c84 |
@toolbutton-lock-border-color-checked-hover: @toolbutton-lock-border-color-checked;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// ComboBox
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@combobox-dropdown-border-size: 1;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Textfield
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@input-bg-color: lighten(@bg, 25);
|
|
Kite |
521c84 |
@input-border-color: @accent;
|
|
Kite |
521c84 |
@input-border-color-focus: #000;
|
|
Kite |
521c84 |
@input-bg-color-disabled: lighten(@bg, 10);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// CheckBox
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@checkbox-text-color-hover: rgba(255, 255, 255, 0.8);
|
|
Kite |
521c84 |
@checkbox-bg-color-checked: rgba(0, 0, 0, 0.8);
|
|
Kite |
521c84 |
@checkbox-bg-color-disabled: rgba(255, 255, 255, 0.11);
|
|
Kite |
521c84 |
@checkbox-border-color-disabled: rgba(0, 0, 0, 0.11);
|
|
Kite |
521c84 |
@checkbox-bg-color-checked-disabled: darken(@bg, 10);
|
|
Kite |
521c84 |
@checkbox-border-color-checked-disabled: darken(@bg, 15);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Slider
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// This one is used only for #ViewerFpsSlider
|
|
Kite |
521c84 |
@slider-handle-margin: -2 0;
|
|
Kite |
521c84 |
@slider-handle-bg-color: lighten(@bg, 15);
|
|
Kite |
521c84 |
@slider-handle-border-color: @accent;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// DoublePairField, IntPairField
|
|
Kite |
521c84 |
@slider-groove-color: darken(@bg, 22);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Viewer Window
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// FlipSlider
|
|
Kite |
521c84 |
@flipslider-notstarted-color: rgb(167, 64, 64);
|
|
Kite |
521c84 |
@flipslider-started-color: rgb(0, 168, 8);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Schematic Viewer
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@schematic-viewer-bg-color: darken(@bg, 10);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Node Type Colors
|
|
Kite |
521c84 |
@nodeLightness: 0;
|
|
Kite |
521c84 |
@nodeSaturation: 0;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@schematic-TableColor: rgb(164, 164, 191);
|
|
Kite |
521c84 |
@schematic-ActiveCameraColor: @xsheet-ActiveCamera-color;
|
|
Kite |
521c84 |
@schematic-OtherCameraColor: @xsheet-OtherCamera-color;
|
|
Kite |
521c84 |
@schematic-GroupColor: rgb(102, 152, 198);
|
|
Kite |
521c84 |
@schematic-PegColor: rgb(190, 138, 86);
|
|
Kite |
521c84 |
@schematic-SplineColor: rgb(123, 184, 33);
|
|
Kite |
521c84 |
@schematic-ActiveOutputcolor: @xsheet-ActiveCamera-color;
|
|
Kite |
521c84 |
@schematic-OtherOutputcolor: @xsheet-OtherCamera-color;
|
|
Kite |
521c84 |
@schematic-XsheetColor: rgb(164, 164, 191);
|
|
Kite |
521c84 |
@schematic-NormalFxColor: rgb(141, 156, 175);
|
|
Kite |
521c84 |
@schematic-MacroFxColor: rgb(174, 140, 165);
|
|
Kite |
521c84 |
@schematic-ImageAdjustFxColor: rgb(156, 154, 180);
|
|
Kite |
521c84 |
@schematic-LayerBlendingFxColor: rgb(112, 155,165);
|
|
Kite |
521c84 |
@schematic-MatteFxColor: rgb(186, 133, 133);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// XSheet
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// XSheet Spreadsheet Viewer
|
|
Kite |
521c84 |
@xsheet-error-text-color: rgb(192, 17, 17);
|
|
Kite |
521c84 |
@xsheet-bg-color: darken(@bg, 4);
|
|
Kite |
521c84 |
@xsheet-LightLine-color: rgba(0, 0, 0, 0.15);
|
|
Kite |
521c84 |
@xsheet-MarkerLine-color: rgba(255, 255, 255, 0.2);
|
|
Kite |
521c84 |
@xsheet-PreviewFrameText-color: #17239c;
|
|
Kite |
521c84 |
@xsheet-OnionSkinAreaBG-color: darken(@bg, 8);
|
|
Kite |
521c84 |
@xsheet-EmptyCell-color: @xsheet-OnionSkinAreaBG-color;
|
|
Kite |
521c84 |
@xsheet-NotEmptyColumn-color: @xsheet-bg-color;
|
|
Kite |
521c84 |
@xsheet-PlayRange-Color: @bg;
|
|
Kite |
521c84 |
@xsheet-ColumnIconLine-color: darken(@bg, 20);
|
|
Kite |
521c84 |
@xsheet-VerticalLineHead-color: @accent;
|
|
Kite |
521c84 |
@xsheet-CurrentRowBG-color: saturate(lighten(fade(@hl-bg-color, 70), 20), 50);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@xsheet-CellArea-bg-color-focus: @input-bg-color;
|
|
Kite |
521c84 |
@xsheet-CellFocus-color: #000;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@xsheet-FoldedColumnBG-color: lighten(@bg, 10);
|
|
Kite |
521c84 |
@xsheet-FoldedColumnLine-color: darken(@bg, 5);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Level Type Colors Adjustment
|
|
Kite |
521c84 |
@columnBorderDesaturation: 0;
|
|
Kite |
521c84 |
@columnBorderDarkness: 15;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@xsheet-LevelColumn-color: #78a578;
|
|
Kite |
521c84 |
@xsheet-VectorColumn-color: #a7a163;
|
|
Kite |
521c84 |
@xsheet-ChildColumn-color: #9a759c;
|
|
Kite |
521c84 |
@xsheet-FullColorColumn-color: #839bb1;
|
|
Kite |
521c84 |
@xsheet-FxColumn-color: #928562;
|
|
Kite |
521c84 |
@xsheet-ReferenceColumn-color: #959595;
|
|
Kite |
521c84 |
@xsheet-PaletteColumn-color: #599586;
|
|
Kite |
521c84 |
@xsheet-MeshColumn-color: #8b73a7;
|
|
Kite |
521c84 |
@xsheet-SoundColumn-color: #749e9e;
|
|
Kite |
521c84 |
@xsheet-SoundColumnHL-color: #f5ffe6;
|
|
Kite |
521c84 |
@xsheet-SoundColumnTrack-color: rgba(0,0,0,0.8);
|
|
Kite |
521c84 |
@xsheet-ActiveCamera-color: rgb(100, 145, 190);
|
|
Kite |
521c84 |
@xsheet-OtherCamera-color: rgb(143, 156, 158);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Timeline
|
|
Kite |
521c84 |
@timeline-FrameRangeMarkerLine-color: darken(@bg, 15);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Keyframes
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@keyframe-off-border-color-hover: @toolbutton-border-color-hover;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@keyframe-total-color: #c77a27;
|
|
Kite |
521c84 |
@keyframe-total-color-hover: lighten(@keyframe-total-color, 10);
|
|
Kite |
521c84 |
@keyframe-total-border-color: darken(@keyframe-total-color, 20);
|
|
Kite |
521c84 |
@keyframe-total-border-color-hover: @keyframe-total-border-color;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@keyframe-partial-border-color: @keyframe-total-border-color;
|
|
Kite |
521c84 |
@keyframe-partial-border-color-hover: @keyframe-total-border-color;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// For use in FX Settings Panels
|
|
Kite |
521c84 |
@keyframe-highlight-border-color: @toolbutton-border-color-hover;
|
|
Kite |
521c84 |
@keyframe-inbetween-color: #c0ba80;
|
|
Kite |
521c84 |
@keyframe-inbetween-border-color: darken(@keyframe-inbetween-color, 40);
|
|
Kite |
521c84 |
@keyframe-modified-border-color: darken(@keyframe-modified-color, 40);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
// Function Editor
|
|
Kite |
521c84 |
// -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Function Curve Panel
|
|
Kite |
521c84 |
@function-panel-bg-color: darken(@bg, 15);
|
|
Kite |
521c84 |
@function-panel-OtherCurves-color: rgb(197, 197, 197);
|
|
Kite |
521c84 |
@function-panel-RulerBG-color: darken(@bg, 10);
|
|
Kite |
521c84 |
@function-panel-Sub-color: rgb(255, 255, 255);
|
|
Kite |
521c84 |
@function-panel-Selected-color: rgb(252, 174, 6);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
// Function Spreadsheet Viewer
|
|
Kite |
521c84 |
@function-ColumnHeaderBorder-color: @dock-bg-color;
|
|
Kite |
521c84 |
@schematic-label-text-color: #000;
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@function-KeyFrame-color: lighten(desaturate(spin(@keyframe-total-color, -0.2295), 14.0523), 3.9216);
|
|
Kite |
521c84 |
@function-KeyFrameBorder-color: darken(@function-KeyFrame-color, 25);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@function-Inbetween-color: lighten(desaturate(spin(@keyframe-inbetween-color, -5.2841), 20.8935), 3.5294);
|
|
Kite |
521c84 |
@function-InbetweenBorder-color: darken(desaturate(@function-Inbetween-color, 8), 25);
|
|
Kite |
521c84 |
|
|
Kite |
521c84 |
@xsheet-VerticalLineHead-color: darken(@bg, 20);
|