diff --git a/karmotrine-dream/README.md b/karmotrine-dream/README.md index 84c3115..9828499 100644 --- a/karmotrine-dream/README.md +++ b/karmotrine-dream/README.md @@ -1,4 +1,57 @@ # Karmotrine Dream Calckey Theme -![Screenshot of timeline with Karmotrine Dream theme](karmotrine-dream-screenshot-1.png) -![Screenshot of explore page with Karmotrine Dream theme](karmotrine-dream-screenshot-2.png) \ No newline at end of file + + +## Installing + +1. Open your Calckey instance +2. Navigate to Settings > Themes > Install a theme +3. Paste code +4. Press Install + +
+ Code + + { + id: '03539279-f1a0-4d7c-9732-2cce7cb39235', + base: 'dark', + desc: 'A dark theme somewhat originally based on the VA-11 Hall-A UI colours. Not so much in the end result.', + name: 'Karmotrine Dream', + props: { + bg: '#1f1a21', + fg: '#FCB6C0', + cwBg: '@accent', + cwFg: '@fgOnAccent', + link: '@mention', + badge: '@mention', + navBg: '#1f1a2d', + panel: '@bg', + popup: '@navBg', + accent: ':lighten<15<@bg', + renote: '@mention', + hashtag: '@mention', + mention: '#F03B67', + buttonBg: ':lighten<5<@bg', + accentedBg: '#FCB6C0', + fgOnAccent: '#FEC5D2', + infoWarnBg: '@accentedBg', + infoWarnFg: 'black', + swutchOnBg: '@accent', + swutchOnFg: '@fg', + swutchOffFg: '#7b7b7b', + fgHighlighted: ':darken<5<@fg', + }, + author: '@jill@nightcity.bar', + } + +
+ +## Screenshots +
+ Screenshot of timeline with Karmotrine Dream theme + Screenshot of timeline with Karmotrine Dream theme +
+
+ Screenshot of explore page with Karmotrine Dream theme + Screenshot of explore page with Karmotrine Dream theme +
\ No newline at end of file diff --git a/karmotrine-dream/karmotrine-dream.json5 b/karmotrine-dream/karmotrine-dream.json5 index e69de29..7790fe2 100644 --- a/karmotrine-dream/karmotrine-dream.json5 +++ b/karmotrine-dream/karmotrine-dream.json5 @@ -0,0 +1,31 @@ +{ + id: '03539279-f1a0-4d7c-9732-2cce7cb39235', + base: 'dark', + desc: 'A dark theme somewhat originally based on the VA-11 Hall-A UI colours. Not so much in the end result.', + name: 'Karmotrine Dream', + props: { + bg: '#1f1a21', + fg: '#FCB6C0', + cwBg: '@accent', + cwFg: '@fgOnAccent', + link: '@mention', + badge: '@mention', + navBg: '#1f1a2d', + panel: '@bg', + popup: '@navBg', + accent: ':lighten<15<@bg', + renote: '@mention', + hashtag: '@mention', + mention: '#F03B67', + buttonBg: ':lighten<5<@bg', + accentedBg: '#FCB6C0', + fgOnAccent: '#FEC5D2', + infoWarnBg: '@accentedBg', + infoWarnFg: 'black', + swutchOnBg: '@accent', + swutchOnFg: '@fg', + swutchOffFg: '#7b7b7b', + fgHighlighted: ':darken<5<@fg', + }, + author: '@jill@nightcity.bar', +} \ No newline at end of file