mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-06 02:21:21 +00:00
117 lines
2.0 KiB
CSS
117 lines
2.0 KiB
CSS
:root {
|
|
--bg: #1b1f24;
|
|
--panel: #242a31;
|
|
--border: #3a424d;
|
|
--border-strong: #3a424d;
|
|
--border-soft: #313843;
|
|
--col-sep: #3a424d;
|
|
|
|
--text: #e6ebf0;
|
|
--muted: #b9c0c8;
|
|
--row-hover: #2b3340;
|
|
--row-selected: #244945;
|
|
--row-selected-outline: #00bfa5;
|
|
|
|
--plugin-status-danger: #ff7b72;
|
|
--plugin-status-ok: #37c871;
|
|
--plugin-status-warn: #f0b45a;
|
|
--plugin-status-inactive: #b9c0c8;
|
|
--plugin-status-danger-bg: rgba(255, 123, 114, 0.16);
|
|
--plugin-status-ok-bg: rgba(55, 200, 113, 0.16);
|
|
--plugin-status-warn-bg: rgba(240, 180, 90, 0.18);
|
|
--plugin-status-inactive-bg: #36363b;
|
|
--plugin-status-inactive-text: #c7ccd2;
|
|
--plugin-source-mine-bg: rgba(0, 150, 136, 0.18);
|
|
--plugin-source-mine-text: #8de5d6;
|
|
--plugin-source-neutral-bg: #36363b;
|
|
--plugin-source-neutral-text: #c7ccd2;
|
|
--plugin-source-subscribed-bg: rgba(88, 166, 255, 0.18);
|
|
--plugin-source-subscribed-text: #8fc0f0;
|
|
--plugin-link-text: #62d8ca;
|
|
|
|
--footer-bg: #20262d;
|
|
--btn-bg: #2a313a;
|
|
--btn-border: #4b5664;
|
|
--btn-hover: #333c47;
|
|
|
|
--ctx-bg: #2a313a;
|
|
--ctx-border: #4b5664;
|
|
--ctx-hover: #3a4451;
|
|
}
|
|
|
|
*
|
|
{
|
|
color: #efeff0;
|
|
border-color: #B9B9BC;
|
|
}
|
|
|
|
body
|
|
{
|
|
background-color:#2D2D31; /* ORCA match background color */
|
|
color: #efeff0;
|
|
}
|
|
|
|
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
|
background-color: #939594;
|
|
}
|
|
|
|
.ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
|
background: #161817;
|
|
}
|
|
|
|
#Title div
|
|
{
|
|
color: #009688;
|
|
}
|
|
|
|
.search>input[type=text]{
|
|
background-color:#2D2D31;
|
|
}
|
|
|
|
/*---Checkboxes ORCA---*/
|
|
input[type=checkbox]{
|
|
background-color:#2D2D31;
|
|
border-color:#4A4A51;
|
|
}
|
|
|
|
input[type=checkbox]:checked{
|
|
background-color:#009688;
|
|
}
|
|
|
|
/*-------Text------*/
|
|
|
|
.TextS1
|
|
{
|
|
|
|
}
|
|
|
|
.TextS2
|
|
{
|
|
color:#B9B9BC;
|
|
}
|
|
|
|
/*---Policy---*/
|
|
.TextArea1
|
|
{
|
|
background-color: #4A4A51;
|
|
color: #BEBEC0;
|
|
}
|
|
|
|
/*----Region---*/
|
|
.RegionItem:hover
|
|
{
|
|
background-color:#4C4C55;
|
|
}
|
|
|
|
.RegionSelected:hover
|
|
{
|
|
background-color:#009688;
|
|
color: #fff;
|
|
}
|
|
|
|
/*----Menu----*/
|
|
#Title div.TitleUnselected
|
|
{
|
|
color: #BEBEC0;
|
|
}
|