Skip to content

Commit cdd9f98

Browse files
authored
Merge pull request #1 from randomusert/main
Theme work
2 parents eeaf3b9 + 81f375d commit cdd9f98

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "vue: randomusert'a mods web",
3+
"customizations": {
4+
"vscode": {
5+
"extensions": ["vue.volar"]
6+
}
7+
}
8+
}

src/assets/base.css

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/* color palette from <https://github.com/vuejs/theme> */
22
:root {
3-
--vt-c-white: #ffffff;
4-
--vt-c-white-soft: #f8f8f8;
5-
--vt-c-white-mute: #f2f2f2;
3+
64

75
--vt-c-black: #181818;
86
--vt-c-black-soft: #222222;
97
--vt-c-black-mute: #282828;
108

119
--vt-c-indigo: #2c3e50;
1210

13-
--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
14-
--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
11+
1512
--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
1613
--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
1714

@@ -23,17 +20,13 @@
2320

2421
/* semantic color variables for this project */
2522
:root {
26-
--color-background: var(--vt-c-white);
27-
--color-background-soft: var(--vt-c-white-soft);
28-
--color-background-mute: var(--vt-c-white-mute);
2923

30-
--color-border: var(--vt-c-divider-light-2);
31-
--color-border-hover: var(--vt-c-divider-light-1);
3224

3325
--color-heading: var(--vt-c-text-light-1);
34-
--color-text: var(--vt-c-text-light-1);
26+
--color-text: var(--vt-c-text-dark-2);
3527

3628
--section-gap: 160px;
29+
--color-background: var(--vt-c-black)
3730
}
3831

3932
@media (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)