File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
docs/src/content/docs/slides/themes Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ theme: default
4646
4747## CSS
4848
49- Here you can check the CSS of the [ default theme] ( https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview /themes/default.css ) .
49+ Here you can check the CSS of the [ default theme] ( https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src /themes/default.css ) .
5050
5151### CSS variables
5252
@@ -100,4 +100,4 @@ Here you can check the CSS of the [default theme](https://github.com/estruyf/vsc
100100--demotime-two-columns-color: var(--demotime-color);
101101--demotime-two-columns-heading-color: var(--demotime-heading-color);
102102--demotime-two-columns-heading-background: var(--demotime-heading-background);
103- ```
103+ ```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ theme: frost
4545
4646## CSS
4747
48- Here you can check the CSS of the [ Frost theme] ( https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview /themes/frost.css ) .
48+ Here you can check the CSS of the [ Frost theme] ( https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src /themes/frost.css ) .
4949
5050### CSS variables
5151
@@ -113,4 +113,4 @@ Here you can check the CSS of the [Frost theme](https://github.com/estruyf/vscod
113113--demotime-two-columns-color: var(--demotime-color);
114114--demotime-two-columns-heading-color: var(--demotime-primary);
115115--demotime-two-columns-heading-background: transparent;
116- ```
116+ ```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ theme: minimal
4545
4646## CSS
4747
48- Here you can check the CSS of the [ minimal theme] ( https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview /themes/minimal.css ) .
48+ Here you can check the CSS of the [ minimal theme] ( https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src /themes/minimal.css ) .
4949
5050### CSS variables
5151
@@ -99,4 +99,4 @@ Here you can check the CSS of the [minimal theme](https://github.com/estruyf/vsc
9999--demotime-two-columns-color: var(--demotime-color);
100100--demotime-two-columns-heading-color: var(--demotime-heading-color);
101101--demotime-two-columns-heading-background: var(--demotime-heading-background);
102- ```
102+ ```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ theme: monomi
4545
4646## CSS
4747
48- Here you can check the CSS of the [ monomi theme] ( https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview /themes/monomi.css ) .
48+ Here you can check the CSS of the [ monomi theme] ( https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src /themes/monomi.css ) .
4949
5050### CSS variables
5151
@@ -105,4 +105,4 @@ Here you can check the CSS of the [monomi theme](https://github.com/estruyf/vsco
105105--demotime-two-columns-color: var(--demotime-color);
106106--demotime-two-columns-heading-color: var(--demotime-heading-color);
107107--demotime-two-columns-heading-background: var(--demotime-heading-background);
108- ```
108+ ```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ theme: quantum
4545
4646## CSS
4747
48- Here you can check the CSS of the [ Quantum theme] ( https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview /themes/quantum.css ) .
48+ Here you can check the CSS of the [ Quantum theme] ( https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src /themes/quantum.css ) .
4949
5050### CSS variables
5151
@@ -111,4 +111,4 @@ Here you can check the CSS of the [Quantum theme](https://github.com/estruyf/vsc
111111--demotime-two-columns-color: var(--demotime-color);
112112--demotime-two-columns-heading-color: var(--demotime-primary);
113113--demotime-two-columns-heading-background: transparent;
114- ```
114+ ```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ theme: unnamed
4545
4646## CSS
4747
48- Here you can check the CSS of the [ unnamed theme] ( https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview /themes/unnamed.css ) .
48+ Here you can check the CSS of the [ unnamed theme] ( https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src /themes/unnamed.css ) .
4949
5050### CSS variables
5151
@@ -103,4 +103,4 @@ Here you can check the CSS of the [unnamed theme](https://github.com/estruyf/vsc
103103--demotime-two-columns-color: var(--demotime-color);
104104--demotime-two-columns-heading-color: var(--demotime-heading-color);
105105--demotime-two-columns-heading-background: var(--demotime-heading-background);
106- ```
106+ ```
You can’t perform that action at this time.
0 commit comments