Move Tahoma specific qss changes to its own file (#71)

This commit is contained in:
Jeremy Bullock 2020-07-03 22:11:25 -06:00 committed by GitHub
parent 5850554b2d
commit 7296cb1f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 466 additions and 279 deletions

View file

@ -727,35 +727,6 @@ QTabBar::tab:only-one {
border-color: #414345;
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #414345;
color: orange;
border-top: 1px outset #141516;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #414345;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #414345;
padding-left: 10px;
padding-right: 10px;
color: #d6d8dd;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Push Button
----------------------------------------------------------------------------- */
@ -1436,11 +1407,6 @@ QStatusBar #StatusBarLabel {
#HexagonalColorWheel {
qproperty-BGColor: #414345;
}
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -------------------------------------------------------------------------- */
/* Horizontal QSlider */
#colorSlider::groove:horizontal {
@ -1617,12 +1583,6 @@ ProjectPopup QLabel {
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('../Medium/imgs/white/subfolder.svg');
padding-left: 6px;
@ -1955,10 +1915,6 @@ Ruler {
#RulerToolOptionValues {
color: #000000;
}
SceneViewer {
qproperty-BGColor: #37393a;
qproperty-PreviewBGColor: #2d2f30;
}
/* -----------------------------------------------------------------------------
XSheet Viewer
----------------------------------------------------------------------------- */
@ -2202,3 +2158,75 @@ ParamFieldKeyToggle {
qproperty-KeyInbetweenColor: cyan;
qproperty-KeyHighlightColor: rgba(255, 255, 255, 0.3);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #414345;
color: orange;
border-top: 1px outset #141516;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #414345;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #414345;
padding-left: 10px;
padding-right: 10px;
color: #d6d8dd;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Hex Line Edit - In the Style Editor
----------------------------------------------------------------------------- */
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -----------------------------------------------------------------------------
Add a Line to the Palette Viewer Toolbar
----------------------------------------------------------------------------- */
PaletteViewer #ToolBarContainer {
border-top: 1 solid #212223;
margin: 0;
padding: 0;
}
/* -----------------------------------------------------------------------------
Live View Button in the Stop Motion Controller
----------------------------------------------------------------------------- */
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
/* -----------------------------------------------------------------------------
Theme settings for Viewer BG Colors
----------------------------------------------------------------------------- */
SceneViewer {
qproperty-BGColor: #37393a;
qproperty-PreviewBGColor: #2d2f30;
}
/* -----------------------------------------------------------------------------
Override a 1 pixel line above the flip console
----------------------------------------------------------------------------- */
#ComboViewer #ToolBarContainer,
#ViewerPanel #ToolBarContainer,
FlipBook #ToolBarContainer {
background-color: transparent;
border-top: 1 solid #212223;
border-bottom: 1 solid #212223;
padding-right: -1;
}

View file

@ -727,35 +727,6 @@ QTabBar::tab:only-one {
border-color: #303030;
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #303030;
color: orange;
border-top: 1px outset #020202;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #303030;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #303030;
padding-left: 10px;
padding-right: 10px;
color: #e6e6e6;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Push Button
----------------------------------------------------------------------------- */
@ -1436,11 +1407,6 @@ QStatusBar #StatusBarLabel {
#HexagonalColorWheel {
qproperty-BGColor: #303030;
}
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -------------------------------------------------------------------------- */
/* Horizontal QSlider */
#colorSlider::groove:horizontal {
@ -1617,12 +1583,6 @@ ProjectPopup QLabel {
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('../Medium/imgs/white/subfolder.svg');
padding-left: 6px;
@ -1955,10 +1915,6 @@ Ruler {
#RulerToolOptionValues {
color: #000000;
}
SceneViewer {
qproperty-BGColor: #262626;
qproperty-PreviewBGColor: #1c1c1c;
}
/* -----------------------------------------------------------------------------
XSheet Viewer
----------------------------------------------------------------------------- */
@ -2202,3 +2158,75 @@ ParamFieldKeyToggle {
qproperty-KeyInbetweenColor: cyan;
qproperty-KeyHighlightColor: rgba(255, 255, 255, 0.3);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #303030;
color: orange;
border-top: 1px outset #020202;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #303030;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #303030;
padding-left: 10px;
padding-right: 10px;
color: #e6e6e6;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Hex Line Edit - In the Style Editor
----------------------------------------------------------------------------- */
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -----------------------------------------------------------------------------
Add a Line to the Palette Viewer Toolbar
----------------------------------------------------------------------------- */
PaletteViewer #ToolBarContainer {
border-top: 1 solid #161616;
margin: 0;
padding: 0;
}
/* -----------------------------------------------------------------------------
Live View Button in the Stop Motion Controller
----------------------------------------------------------------------------- */
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
/* -----------------------------------------------------------------------------
Theme settings for Viewer BG Colors
----------------------------------------------------------------------------- */
SceneViewer {
qproperty-BGColor: #262626;
qproperty-PreviewBGColor: #1c1c1c;
}
/* -----------------------------------------------------------------------------
Override a 1 pixel line above the flip console
----------------------------------------------------------------------------- */
#ComboViewer #ToolBarContainer,
#ViewerPanel #ToolBarContainer,
FlipBook #ToolBarContainer {
background-color: transparent;
border-top: 1 solid #161616;
border-bottom: 1 solid #161616;
padding-right: -1;
}

View file

@ -727,35 +727,6 @@ QTabBar::tab:only-one {
border-color: #202020;
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #202020;
color: orange;
border-top: 1px outset #000000;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #202020;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #202020;
padding-left: 10px;
padding-right: 10px;
color: #e6e6e6;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Push Button
----------------------------------------------------------------------------- */
@ -1436,11 +1407,6 @@ QStatusBar #StatusBarLabel {
#HexagonalColorWheel {
qproperty-BGColor: #202020;
}
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -------------------------------------------------------------------------- */
/* Horizontal QSlider */
#colorSlider::groove:horizontal {
@ -1617,12 +1583,6 @@ ProjectPopup QLabel {
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('../Medium/imgs/white/subfolder.svg');
padding-left: 6px;
@ -1955,10 +1915,6 @@ Ruler {
#RulerToolOptionValues {
color: #000000;
}
SceneViewer {
qproperty-BGColor: #161616;
qproperty-PreviewBGColor: #0c0c0c;
}
/* -----------------------------------------------------------------------------
XSheet Viewer
----------------------------------------------------------------------------- */
@ -2202,3 +2158,75 @@ ParamFieldKeyToggle {
qproperty-KeyInbetweenColor: cyan;
qproperty-KeyHighlightColor: rgba(255, 255, 255, 0.3);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #202020;
color: orange;
border-top: 1px outset #000000;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #202020;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #202020;
padding-left: 10px;
padding-right: 10px;
color: #e6e6e6;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Hex Line Edit - In the Style Editor
----------------------------------------------------------------------------- */
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -----------------------------------------------------------------------------
Add a Line to the Palette Viewer Toolbar
----------------------------------------------------------------------------- */
PaletteViewer #ToolBarContainer {
border-top: 1 solid #060606;
margin: 0;
padding: 0;
}
/* -----------------------------------------------------------------------------
Live View Button in the Stop Motion Controller
----------------------------------------------------------------------------- */
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
/* -----------------------------------------------------------------------------
Theme settings for Viewer BG Colors
----------------------------------------------------------------------------- */
SceneViewer {
qproperty-BGColor: #161616;
qproperty-PreviewBGColor: #0c0c0c;
}
/* -----------------------------------------------------------------------------
Override a 1 pixel line above the flip console
----------------------------------------------------------------------------- */
#ComboViewer #ToolBarContainer,
#ViewerPanel #ToolBarContainer,
FlipBook #ToolBarContainer {
background-color: transparent;
border-top: 1 solid #060606;
border-bottom: 1 solid #060606;
padding-right: -1;
}

View file

@ -727,35 +727,6 @@ QTabBar::tab:only-one {
border-color: #cecece;
color: rgba(43, 20, 20, 0.466);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #DBDBDB;
color: darkblue;
border-top: 1px outset #828282;
}
#StatusBar:disabled {
color: rgba(43, 20, 20, 0.466);
}
#MainWindowMessageLabel {
background-color: #DBDBDB;
padding-left: 10px;
padding-right: 10px;
color: #F19A86;
}
#MainWindowMessageLabel:disabled {
color: rgba(43, 20, 20, 0.466);
}
#MainWindowPlainLabel {
background-color: #DBDBDB;
padding-left: 10px;
padding-right: 10px;
color: #000;
}
#MainWindowPlainLabel:disabled {
color: rgba(43, 20, 20, 0.466);
}
/* -----------------------------------------------------------------------------
Push Button
----------------------------------------------------------------------------- */
@ -1436,11 +1407,6 @@ QStatusBar #StatusBarLabel {
#HexagonalColorWheel {
qproperty-BGColor: #DBDBDB;
}
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -------------------------------------------------------------------------- */
/* Horizontal QSlider */
#colorSlider::groove:horizontal {
@ -1618,12 +1584,6 @@ ProjectPopup QLabel {
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/black/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('../Medium/imgs/black/subfolder.svg');
padding-left: 6px;
@ -1956,10 +1916,6 @@ Ruler {
#RulerToolOptionValues {
color: #5b5b5b;
}
SceneViewer {
qproperty-BGColor: #d1d1d1;
qproperty-PreviewBGColor: #c7c7c7;
}
/* -----------------------------------------------------------------------------
XSheet Viewer
----------------------------------------------------------------------------- */
@ -2203,3 +2159,75 @@ ParamFieldKeyToggle {
qproperty-KeyInbetweenColor: cyan;
qproperty-KeyHighlightColor: rgba(255, 255, 255, 0.3);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #DBDBDB;
color: orange;
border-top: 1px outset #828282;
}
#StatusBar:disabled {
color: rgba(43, 20, 20, 0.466);
}
#MainWindowMessageLabel {
background-color: #DBDBDB;
padding-left: 10px;
padding-right: 10px;
color: #F19A86;
}
#MainWindowMessageLabel:disabled {
color: rgba(43, 20, 20, 0.466);
}
#MainWindowPlainLabel {
background-color: #DBDBDB;
padding-left: 10px;
padding-right: 10px;
color: #000;
}
#MainWindowPlainLabel:disabled {
color: rgba(43, 20, 20, 0.466);
}
/* -----------------------------------------------------------------------------
Hex Line Edit - In the Style Editor
----------------------------------------------------------------------------- */
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -----------------------------------------------------------------------------
Add a Line to the Palette Viewer Toolbar
----------------------------------------------------------------------------- */
PaletteViewer #ToolBarContainer {
border-top: 1 solid #9b9b9b;
margin: 0;
padding: 0;
}
/* -----------------------------------------------------------------------------
Live View Button in the Stop Motion Controller
----------------------------------------------------------------------------- */
#LiveViewButton {
qproperty-icon: url('../Medium/imgs/black/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
/* -----------------------------------------------------------------------------
Theme settings for Viewer BG Colors
----------------------------------------------------------------------------- */
SceneViewer {
qproperty-BGColor: #d1d1d1;
qproperty-PreviewBGColor: #c7c7c7;
}
/* -----------------------------------------------------------------------------
Override a 1 pixel line above the flip console
----------------------------------------------------------------------------- */
#ComboViewer #ToolBarContainer,
#ViewerPanel #ToolBarContainer,
FlipBook #ToolBarContainer {
background-color: transparent;
border-top: 1 solid #9b9b9b;
border-bottom: 1 solid #9b9b9b;
padding-right: -1;
}

View file

@ -727,35 +727,6 @@ QTabBar::tab:only-one {
border-color: #484848;
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #484848;
color: orange;
border-top: 1px outset #1a1a1a;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #484848;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #484848;
padding-left: 10px;
padding-right: 10px;
color: #e6e6e6;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Push Button
----------------------------------------------------------------------------- */
@ -1436,11 +1407,6 @@ QStatusBar #StatusBarLabel {
#HexagonalColorWheel {
qproperty-BGColor: #484848;
}
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -------------------------------------------------------------------------- */
/* Horizontal QSlider */
#colorSlider::groove:horizontal {
@ -1617,12 +1583,6 @@ ProjectPopup QLabel {
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('imgs/white/subfolder.svg');
padding-left: 6px;
@ -1955,10 +1915,6 @@ Ruler {
#RulerToolOptionValues {
color: #000000;
}
SceneViewer {
qproperty-BGColor: #3e3e3e;
qproperty-PreviewBGColor: #343434;
}
/* -----------------------------------------------------------------------------
XSheet Viewer
----------------------------------------------------------------------------- */
@ -2202,3 +2158,75 @@ ParamFieldKeyToggle {
qproperty-KeyInbetweenColor: cyan;
qproperty-KeyHighlightColor: rgba(255, 255, 255, 0.3);
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: #484848;
color: orange;
border-top: 1px outset #1a1a1a;
}
#StatusBar:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowMessageLabel {
background-color: #484848;
padding-left: 10px;
padding-right: 10px;
color: #5385a6;
}
#MainWindowMessageLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
#MainWindowPlainLabel {
background-color: #484848;
padding-left: 10px;
padding-right: 10px;
color: #e6e6e6;
}
#MainWindowPlainLabel:disabled {
color: rgba(230, 230, 230, 0.4);
}
/* -----------------------------------------------------------------------------
Hex Line Edit - In the Style Editor
----------------------------------------------------------------------------- */
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -----------------------------------------------------------------------------
Add a Line to the Palette Viewer Toolbar
----------------------------------------------------------------------------- */
PaletteViewer #ToolBarContainer {
border-top: 1 solid #272727;
margin: 0;
padding: 0;
}
/* -----------------------------------------------------------------------------
Live View Button in the Stop Motion Controller
----------------------------------------------------------------------------- */
#LiveViewButton {
qproperty-icon: url('imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
/* -----------------------------------------------------------------------------
Theme settings for Viewer BG Colors
----------------------------------------------------------------------------- */
SceneViewer {
qproperty-BGColor: #3e3e3e;
qproperty-PreviewBGColor: #343434;
}
/* -----------------------------------------------------------------------------
Override a 1 pixel line above the flip console
----------------------------------------------------------------------------- */
#ComboViewer #ToolBarContainer,
#ViewerPanel #ToolBarContainer,
FlipBook #ToolBarContainer {
background-color: transparent;
border-top: 1 solid #272727;
border-bottom: 1 solid #272727;
padding-right: -1;
}

View file

@ -12,9 +12,6 @@
@img-url: 'imgs/white';
@bg: #484848; // normal
@bg-darkish: darken(@bg, 4);
@bg-darker: darken(@bg, 8);
@bg-dark: darken(@bg, 13); // dark
@accent: darken(@bg, 13); // darkest
@text-color: rgb(230, 230, 230);
@ -39,8 +36,6 @@
@label-title: rgb(159, 218, 255);
@label-error: rgb(255, 0, 0);
@status-hl-color: orange;
// -----------------------------------------------------------------------------
// Tabs
// -----------------------------------------------------------------------------

View file

@ -633,36 +633,3 @@ QTabBar {
}
}
}
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: @bg;
color: @status-hl-color;
border-top: 1px outset @dock-bg-color;
&:disabled {
color: @text-color-disabled;
}
}
#MainWindowMessageLabel {
background-color: @bg;
padding-left: 10px;
padding-right: 10px;
color: @hl-bg-color;
&:disabled {
color: @text-color-disabled;
}
}
#MainWindowPlainLabel {
background-color: @bg;
padding-left: 10px;
padding-right: 10px;
color: @text-color;
&:disabled {
color: @text-color-disabled;
}
}

View file

@ -27,12 +27,6 @@
qproperty-BGColor: @bg;
}
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -------------------------------------------------------------------------- */
/* Horizontal QSlider */

View file

@ -102,13 +102,6 @@ PencilTestPopup {
}
}
#LiveViewButton {
qproperty-icon: url('@{img-url}/liveview.svg');
&::menu-indicator{
image:"";
}
}
#SubfolderButton {
qproperty-icon: url('@{img-url}/subfolder.svg');
padding-left: 6px;

View file

@ -143,9 +143,3 @@ Ruler {
#RulerToolOptionValues {
color: @viewer-ruler-ToolOptionValues-color;
}
SceneViewer {
qproperty-BGColor: @bg-darkish;
qproperty-PreviewBGColor: @bg-darker;
}

View file

@ -11,3 +11,4 @@
// Layouts
@import 'layouts/all';
@import 'tahoma/all';

View file

@ -0,0 +1,7 @@
// -----------------------------------------------------------------------------
// Tahoma Patch
// -----------------------------------------------------------------------------
@import 'tahomacolors';
@import 'tahoma';

View file

@ -0,0 +1,89 @@
// -----------------------------------------------------------------------------
// Tahoma Patch - Needs to be included last
// -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
Status Bar - Bottom of Main Window
----------------------------------------------------------------------------- */
#StatusBar {
background-color: @bg;
color: @status-hl-color;
border-top: 1px outset @dock-bg-color;
&:disabled {
color: @text-color-disabled;
}
}
#MainWindowMessageLabel {
background-color: @bg;
padding-left: 10px;
padding-right: 10px;
color: @hl-bg-color;
&:disabled {
color: @text-color-disabled;
}
}
#MainWindowPlainLabel {
background-color: @bg;
padding-left: 10px;
padding-right: 10px;
color: @text-color;
&:disabled {
color: @text-color-disabled;
}
}
/* -----------------------------------------------------------------------------
Hex Line Edit - In the Style Editor
----------------------------------------------------------------------------- */
#HexLineEdit {
margin-left: 7px;
margin-top: 4px;
margin-bottom: 4px;
}
/* -----------------------------------------------------------------------------
Add a Line to the Palette Viewer Toolbar
----------------------------------------------------------------------------- */
PaletteViewer {
& #ToolBarContainer {
border-top: 1 solid @accent;
margin: 0;
padding: 0;
}
}
/* -----------------------------------------------------------------------------
Live View Button in the Stop Motion Controller
----------------------------------------------------------------------------- */
#LiveViewButton {
qproperty-icon: url('@{img-url}/liveview.svg');
&::menu-indicator{
image:"";
}
}
/* -----------------------------------------------------------------------------
Theme settings for Viewer BG Colors
----------------------------------------------------------------------------- */
SceneViewer {
qproperty-BGColor: @bg-darkish;
qproperty-PreviewBGColor: @bg-darker;
}
/* -----------------------------------------------------------------------------
Override a 1 pixel line above the flip console
----------------------------------------------------------------------------- */
#ComboViewer,
#ViewerPanel,
FlipBook {
& #ToolBarContainer {
background-color: transparent;
border-top: 1 solid @accent;
border-bottom: 1 solid @accent;
padding-right: -1; // hides right border on #ScrollRightButton when
// fps slider is disabled
}
}

View file

@ -0,0 +1,9 @@
// -----------------------------------------------------------------------------
// Tahoma Patch - Needs to be included last
// -----------------------------------------------------------------------------
@bg-darkish: darken(@bg, 4);
@bg-darker: darken(@bg, 8);
@bg-dark: darken(@bg, 13); // dark
@status-hl-color: orange;

View file

@ -23,8 +23,6 @@
@label-title: rgb(0, 0, 0);
@status-hl-color: darkblue;
// -----------------------------------------------------------------------------
// Titlebars
// -----------------------------------------------------------------------------