diff --git a/assets/css/chroma-neon.css b/assets/css/chroma-neon.css index f55087a158..551d6c0a84 100644 --- a/assets/css/chroma-neon.css +++ b/assets/css/chroma-neon.css @@ -27,7 +27,7 @@ /* NameDecorator */ .chroma .nd { } /* NameEntity */ .chroma .ni { } /* NameException */ .chroma .ne { } -/* NameFunction */ .chroma .nf { color: #ffff00 } +/* NameFunction */ .chroma .nf { color: #ffd700 } /* NameFunctionMagic */ .chroma .fm { } /* NameLabel */ .chroma .nl { } /* NameNamespace */ .chroma .nn { } diff --git a/assets/css/theme-neon.css b/assets/css/theme-neon.css index ca59346a41..b7539ac47c 100644 --- a/assets/css/theme-neon.css +++ b/assets/css/theme-neon.css @@ -2,7 +2,7 @@ /* neon */ --PRIMARY-color: rgba(243, 0, 178, 1); /* brand primary 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 */ + --ACCENT-color: rgba(255, 215, 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(80, 215, 255, 1); /* hovered link color of content */ diff --git a/assets/css/variables.css b/assets/css/variables.css index bd3f7a7c6f..8556248721 100644 --- a/assets/css/variables.css +++ b/assets/css/variables.css @@ -2,7 +2,7 @@ this is only possible because every color variant defines this variable, otherwise we would have been lost */ --INTERNAL-PRIMARY-color: var(--PRIMARY-color, var(--MENU-HEADER-BG-color, rgba( 0, 0, 0, 0 ))); /* not --INTERNAL-MENU-HEADER-BG-color */ --INTERNAL-SECONDARY-color: var(--SECONDARY-color, var(--MAIN-LINK-color, rgba( 72, 106, 201, 1 ))); /* not --INTERNAL-MAIN-LINK-color */ - --INTERNAL-ACCENT-color: var(--ACCENT-color, rgba( 255, 255, 0, 1 )); + --INTERNAL-ACCENT-color: var(--ACCENT-color, rgba( 255, 215, 0, 1 )); --INTERNAL-MAIN-TOPBAR-BORDER-color: var(--MAIN-TOPBAR-BORDER-color, transparent); --INTERNAL-MAIN-LINK-color: var(--MAIN-LINK-color, var(--SECONDARY-color, rgba( 72, 106, 201, 1 ))); /* not --INTERNAL-SECONDARY-color */ diff --git a/docs/assets/js/variant.js b/docs/assets/js/variant.js index 559c4d4cf1..514489e13e 100644 --- a/docs/assets/js/variant.js +++ b/docs/assets/js/variant.js @@ -518,7 +518,7 @@ var variants = { variantvariables: [ { name: 'PRIMARY-color', group: 'content', fallback: 'MENU-HEADER-BG-color', tooltip: 'brand primary color' }, { name: 'SECONDARY-color', group: 'content', fallback: 'MAIN-LINK-color', tooltip: 'brand secondary color' }, - { name: 'ACCENT-color', group: 'content', default: '#ffff00', tooltip: 'brand accent color, used for search highlights' }, + { name: 'ACCENT-color', group: 'content', default: '#ffd700', tooltip: 'brand accent color, used for search highlights' }, { name: 'MAIN-TOPBAR-BORDER-color', group: 'content', default: 'transparent', tooltip: 'border color between topbar and content' }, { name: 'MAIN-LINK-color', group: 'content', fallback: 'SECONDARY-color', tooltip: 'link color of content' }, diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index ddefa49ced..4048c01537 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.5.0+a5b517d1aadb9c5feb6e5fed9f848527763e35e7 \ No newline at end of file +7.5.0+42ccc9d636add605d68ed4bb22dc86aa90ae7241 \ No newline at end of file