mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-12 19:06:48 -04:00
Change theme
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
@import "../node_modules/bootstrap/scss/functions";
|
||||
|
||||
// // 2. Include any default variable overrides here
|
||||
$bg-color: black;
|
||||
// $bg-color: black;
|
||||
|
||||
// // 3. Include remainder of required Bootstrap stylesheets (including any separate color mode stylesheets)
|
||||
@import "../node_modules/bootstrap/scss/variables";
|
||||
|
||||
@@ -2,31 +2,26 @@
|
||||
|
||||
$glances-bg: #000;
|
||||
$glances-fg: #CCC;
|
||||
$glances-link-hover-color: #57cb6a;
|
||||
$glances-fonts: "Lucida Sans Typewriter","Lucida Console",Monaco,"Bitstream Vera Sans Mono",monospace;
|
||||
$glances-fonts-size: 14px;
|
||||
|
||||
// Define colors and fonts
|
||||
|
||||
body {
|
||||
background-color: $glances-bg;
|
||||
// https://getbootstrap.com/docs/5.2/customize/css-variables/#root-variables
|
||||
:root {
|
||||
--bs-body-bg: $glances-bg;
|
||||
--bs-body-color: $glances-fg;
|
||||
--bs-link-hover-color: $glances-link-hover-color;
|
||||
--bs-body-font-size: $glances-fonts-size;
|
||||
}
|
||||
|
||||
#app {
|
||||
background-color: $glances-bg;
|
||||
color: $glances-fg;
|
||||
font-family: $glances-fonts;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#browser {
|
||||
background-color: $glances-bg;
|
||||
color: $glances-fg;
|
||||
font-family: $glances-fonts;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.table-sm > :not(caption) > * > * {
|
||||
background-color: $glances-bg;
|
||||
color: $glances-fg;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
BIN
glances/outputs/static/public/browser.js
vendored
BIN
glances/outputs/static/public/browser.js
vendored
Binary file not shown.
BIN
glances/outputs/static/public/glances.js
vendored
BIN
glances/outputs/static/public/glances.js
vendored
Binary file not shown.
Reference in New Issue
Block a user