From 0efcb6e24b878a7e79d4ac210a0ac8f8e7f37a34 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Sat, 9 Mar 2024 00:24:31 -0800 Subject: [PATCH] Use custom color scheme --- assets/css/schemes/emeraldnight.css | 40 +++++++++++++++++++++++++++++ config/_default/params.toml | 4 +-- content/_index.md | 2 +- 3 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 assets/css/schemes/emeraldnight.css diff --git a/assets/css/schemes/emeraldnight.css b/assets/css/schemes/emeraldnight.css new file mode 100644 index 0000000..4cf1a59 --- /dev/null +++ b/assets/css/schemes/emeraldnight.css @@ -0,0 +1,40 @@ +/* Emerald Night scheme */ +:root { + --color-neutral: 255, 255, 255; + /* Slate */ + --color-neutral-50: 248, 250, 252; + --color-neutral-100: 241, 245, 249; + --color-neutral-200: 226, 232, 240; + --color-neutral-300: 203, 213, 225; + --color-neutral-400: 148, 163, 184; + --color-neutral-500: 100, 116, 139; + --color-neutral-600: 71, 85, 105; + --color-neutral-700: 51, 65, 85; + --color-neutral-800: var(--color-neutral-950); + --color-neutral-900: 15, 23, 42; + --color-neutral-950: 10, 10, 10; + /* Green */ + --color-primary-50: 240, 253, 244; + --color-primary-100: 220, 252, 231; + --color-primary-200: 187, 247, 208; + --color-primary-300: 134, 239, 172; + --color-primary-400: 74, 222, 128; + --color-primary-500: 34, 197, 94; + --color-primary-600: 22, 163, 74; + --color-primary-700: 21, 128, 61; + --color-primary-800: 22, 101, 52; + --color-primary-900: 20, 83, 45; + --color-primary-950: 5, 46, 22; + /* Rose */ + --color-secondary-50: 255, 241, 242; + --color-secondary-100: 255, 228, 230; + --color-secondary-200: 254, 205, 211; + --color-secondary-300: 253, 164, 175; + --color-secondary-400: 251, 113, 133; + --color-secondary-500: 244, 63, 94; + --color-secondary-600: 225, 29, 72; + --color-secondary-700: 190, 18, 60; + --color-secondary-800: 159, 18, 57; + --color-secondary-900: 136, 19, 55; + --color-secondary-950: 76, 5, 25; +} diff --git a/config/_default/params.toml b/config/_default/params.toml index 364f99d..5965546 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,11 +5,11 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/configuration/#theme-parameters -colorScheme = "cherry" +colorScheme = "emeraldnight" defaultAppearance = "dark" # valid options: light or dark autoSwitchAppearance = true -enableSearch = false +enableSearch = true enableCodeCopy = false enableImageLazyLoading = true enableImageWebp = true diff --git a/content/_index.md b/content/_index.md index cf34ae2..6544c46 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,7 +8,7 @@ description = "A group of queer, leftist software developers"

We're a group of queer, leftist software developers making software for the queer community
(and whatever else we find fun :3)

---- +
## Our projects