mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
themes
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<script context="module">
|
||||
export const className = 'theme-dark';
|
||||
export const themeName = 'Dark';
|
||||
export const themeType = 'dark';
|
||||
</script>
|
||||
|
||||
<style>
|
||||
:global(.theme-dark) {
|
||||
--theme-font-1: #ddd;
|
||||
--theme-font-1: #e3e3e3;
|
||||
--theme-font-2: #919191;
|
||||
--theme-font-3: #5e5e5e;
|
||||
--theme-font-4: #2b2b2b;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<script context="module">
|
||||
export const className = 'theme-light';
|
||||
export const themeName = 'Light';
|
||||
export const themeType = 'light';
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user