From f00152ec3f5f2d096b5bb88b317f7ece7e014ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 27 Apr 2024 15:58:31 +0200 Subject: [PATCH] variant: align Neon colors to Learn to better match auto mode with both variants --- assets/css/theme-neon.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/theme-neon.css b/assets/css/theme-neon.css index df1494b6bf..34d325defc 100644 --- a/assets/css/theme-neon.css +++ b/assets/css/theme-neon.css @@ -1,16 +1,16 @@ :root { --PRIMARY-color: rgba( 243, 0, 178, 1 ); /* brand primary color */ - --SECONDARY-color: rgb( 154, 111, 255, 1 ); /* brand secondary color */ + --SECONDARY-color: rgb( 50, 189, 243, 1 ); /* brand secondary color */ --ACCENT-color: rgba( 255, 255, 0, 1 ); /* brand accent color, used for search highlights */ --MAIN-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of content and h1 titles */ - --MAIN-LINK-HOVER-color: rgb( 171, 147, 255, 1 ); /* hovered link color of content */ + --MAIN-LINK-HOVER-color: rgb( 80, 215, 255, 1 ); /* hovered link color of content */ --MAIN-BG-color: rgba( 16, 16, 16, 1 ); /* background color of content */ /* optional overwrites for specific headers */ --MAIN-TITLES-TEXT-color: rgba( 243, 0, 178, 1 ); /* text color of h2-h6 titles and transparent box titles */ - --MAIN-TITLES-H3-color: rgba( 0, 243, 211, 1 ); /* text color of h3-h6 titles */ - --MAIN-TITLES-H4-color: rgba( 255, 255, 0, 1 ); /* text color of h4-h6 titles */ + --MAIN-TITLES-H3-color: rgba( 255, 255, 0, 1 ); /* text color of h3-h6 titles */ + --MAIN-TITLES-H4-color: rgba( 154, 111, 255, 1 ); /* text color of h4-h6 titles */ --CODE-theme: neon; /* name of the chroma stylesheet file */ --CODE-BLOCK-color: rgba( 248, 248, 242, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */