mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 03:45:59 +00:00
theme moved to plugin
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||
<link rel='stylesheet' href='/global.css'>
|
||||
<link rel='stylesheet' href='/theme-light.css'>
|
||||
<link rel='stylesheet' href='/theme-dark.css'>
|
||||
<link rel='stylesheet' href='/dimensions.css'>
|
||||
<link rel='stylesheet' href='/bulma.css'>
|
||||
<link rel='stylesheet' href='/icon-colors.css'>
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
.theme-dark {
|
||||
--theme-font-1: #ddd;
|
||||
--theme-font-2: #919191;
|
||||
--theme-font-3: #5e5e5e;
|
||||
--theme-font-4: #2b2b2b;
|
||||
--theme-font-hover: #8dcff8; /* blue-9 */
|
||||
--theme-font-link: #65b7f3; /* blue-8 */
|
||||
--theme-font-alt: #b2e58b; /* green-9 */
|
||||
|
||||
/* --theme-bg-0: #000;
|
||||
--theme-bg-1: #333;
|
||||
--theme-bg-2: #4d4d4d;
|
||||
--theme-bg-3: #676767;
|
||||
--theme-bg-4: #818181;
|
||||
--theme-bg-alt: #111d2c; */
|
||||
|
||||
--theme-bg-0: #111;
|
||||
--theme-bg-1: #333;
|
||||
--theme-bg-2: #4d4d4d;
|
||||
--theme-bg-3: #676767;
|
||||
--theme-bg-4: #818181;
|
||||
--theme-bg-alt: #111d2c;
|
||||
|
||||
--theme-bg-gold: #443111; /* gold-2 */
|
||||
--theme-bg-orange: #442a11; /*orange-2 */
|
||||
--theme-bg-green: #1d3712; /* green-2 */
|
||||
--theme-bg-volcano: #441d12; /* volcano-2 */
|
||||
|
||||
--theme-font-inv-1: #FFFFFF;
|
||||
--theme-font-inv-2: #b3b3b3;
|
||||
--theme-font-inv-3: #808080;
|
||||
--theme-font-inv-4: #4d4d4d;
|
||||
|
||||
--theme-bg-inv-1: #222;
|
||||
--theme-bg-inv-2: #3c3c3c;
|
||||
--theme-bg-inv-3: #565656;
|
||||
--theme-bg-inv-4: #707070;
|
||||
|
||||
--theme-border: #555;
|
||||
|
||||
--theme-bg-hover: #112a45;
|
||||
--theme-bg-selected: #15395b; /* blue-3 */
|
||||
|
||||
--theme-bg-statusbar-inv: blue;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
--theme-icon-blue: #3c9ae8;
|
||||
--theme-icon-green: #8fd460;
|
||||
--theme-icon-red: #e84749;
|
||||
--theme-icon-gold: #e8b339;
|
||||
--theme-icon-yellow: #e8d639;
|
||||
--theme-icon-magenta: #e0529c;
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
.theme-light {
|
||||
--theme-font-1: #000000;
|
||||
--theme-font-2: #4d4d4d;
|
||||
--theme-font-3: #808080;
|
||||
--theme-font-4: #b3b3b3;
|
||||
--theme-font-hover: #061178; /* blue-9 */
|
||||
--theme-font-link: #10239e; /* blue-8 */
|
||||
--theme-font-alt: #135200; /* green-9 */
|
||||
|
||||
--theme-bg-0: #fff;
|
||||
--theme-bg-1: #ededed;
|
||||
--theme-bg-2: #d4d4d4;
|
||||
--theme-bg-3: #bbbbbb;
|
||||
--theme-bg-4: #a2a2a2;
|
||||
--theme-bg-alt: #f0f5ff;
|
||||
|
||||
--theme-bg-gold: #fff1b8; /* gold-2 */
|
||||
--theme-bg-orange: #ffe7ba; /*orange-2 */
|
||||
--theme-bg-green: #d9f7be; /* green-2 */
|
||||
--theme-bg-volcano: #ffd8bf; /* volcano-2 */
|
||||
|
||||
--theme-font-inv-1: #FFFFFF;
|
||||
--theme-font-inv-2: #b3b3b3;
|
||||
--theme-font-inv-3: #808080;
|
||||
--theme-font-inv-4: #4d4d4d;
|
||||
|
||||
--theme-bg-inv-1: #222;
|
||||
--theme-bg-inv-2: #3c3c3c;
|
||||
--theme-bg-inv-3: #565656;
|
||||
--theme-bg-inv-4: #707070;
|
||||
|
||||
--theme-border: #ccc;
|
||||
|
||||
--theme-bg-hover: #bae7ff;
|
||||
--theme-bg-selected: #91d5ff; /* blue-3 */
|
||||
|
||||
--theme-bg-statusbar-inv: blue;
|
||||
|
||||
--theme-icon-blue: #096dd9; /* blue-7 */
|
||||
--theme-icon-green: #237804; /* green-7 */
|
||||
--theme-icon-red: #cf1322; /* red-7 */
|
||||
--theme-icon-gold: #d48806; /* gold-7 */
|
||||
--theme-icon-yellow: #d4b106; /* yellow-7 */
|
||||
--theme-icon-magenta: #c41d7f; /* magenta-7 */
|
||||
}
|
||||
Reference in New Issue
Block a user