From b10ee2daa1a9e1630934f2db98965a2d43df3d07 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 25 Aug 2023 09:27:23 -0500 Subject: [PATCH] update catppuccin css --- .../css/theme-catppuccin-mocha-blue.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-flamingo.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-green.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-lavender.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-maroon.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-mauve.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-peach.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-pink.css | 123 +++++++++++++++++- .../public/css/theme-catppuccin-mocha-red.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-rosewater.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-sapphire.css | 123 +++++++++++++++++- .../public/css/theme-catppuccin-mocha-sky.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-teal.css | 123 +++++++++++++++++- .../css/theme-catppuccin-mocha-yellow.css | 123 +++++++++++++++++- 14 files changed, 1652 insertions(+), 70 deletions(-) diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-blue.css b/gitea/gitea/public/css/theme-catppuccin-mocha-blue.css index 453fc5a..f82f036 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-blue.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-blue.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #89b4fa; + --color-label-hover-bg: #6ca1f9; + --color-label-active-bg: #7aabf9; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #89b4fa !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-flamingo.css b/gitea/gitea/public/css/theme-catppuccin-mocha-flamingo.css index 7f767ae..4546ad1 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-flamingo.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-flamingo.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f2cdcd; + --color-label-hover-bg: #ecb5b5; + --color-label-active-bg: #efc1c1; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f2cdcd !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-green.css b/gitea/gitea/public/css/theme-catppuccin-mocha-green.css index c23f2e6..9cc27ed 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-green.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-green.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #a6e3a1; + --color-label-hover-bg: #90dc89; + --color-label-active-bg: #9bdf95; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #a6e3a1 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-lavender.css b/gitea/gitea/public/css/theme-catppuccin-mocha-lavender.css index 790cf9b..f1e2b49 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-lavender.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-lavender.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #b4befe; + --color-label-hover-bg: #96a4fe; + --color-label-active-bg: #a5b1fe; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #b4befe !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-maroon.css b/gitea/gitea/public/css/theme-catppuccin-mocha-maroon.css index ed34a63..728d8aa 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-maroon.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-maroon.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #eba0ac; + --color-label-hover-bg: #e68796; + --color-label-active-bg: #e893a1; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #eba0ac !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-mauve.css b/gitea/gitea/public/css/theme-catppuccin-mocha-mauve.css index 04b0b68..1bc3c4b 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-mauve.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-mauve.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #cba6f7; + --color-label-hover-bg: #bb8af4; + --color-label-active-bg: #c398f6; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #cba6f7 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-peach.css b/gitea/gitea/public/css/theme-catppuccin-mocha-peach.css index dbb1556..bfd914e 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-peach.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-peach.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #fab387; + --color-label-hover-bg: #f9a06a; + --color-label-active-bg: #f9aa78; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #fab387 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-pink.css b/gitea/gitea/public/css/theme-catppuccin-mocha-pink.css index f11d5e9..686254f 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-pink.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-pink.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f5c2e7; + --color-label-hover-bg: #f1a8dd; + --color-label-active-bg: #f3b5e2; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f5c2e7 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-red.css b/gitea/gitea/public/css/theme-catppuccin-mocha-red.css index d61766d..f847142 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-red.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-red.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f38ba8; + --color-label-hover-bg: #f06f93; + --color-label-active-bg: #f27d9e; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f38ba8 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-rosewater.css b/gitea/gitea/public/css/theme-catppuccin-mocha-rosewater.css index 7507f30..0522383 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-rosewater.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-rosewater.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f5e0dc; + --color-label-hover-bg: #eecbc4; + --color-label-active-bg: #f2d5d0; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f5e0dc !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-sapphire.css b/gitea/gitea/public/css/theme-catppuccin-mocha-sapphire.css index ce3405c..2b03d03 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-sapphire.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-sapphire.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #74c7ec; + --color-label-hover-bg: #59bce8; + --color-label-active-bg: #67c2ea; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #74c7ec !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-sky.css b/gitea/gitea/public/css/theme-catppuccin-mocha-sky.css index 14d0b20..61872f7 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-sky.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-sky.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #89dceb; + --color-label-hover-bg: #6fd4e7; + --color-label-active-bg: #7cd8e9; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #89dceb !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-teal.css b/gitea/gitea/public/css/theme-catppuccin-mocha-teal.css index 37415c8..3d11f4c 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-teal.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-teal.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #94e2d5; + --color-label-hover-bg: #7cdbcc; + --color-label-active-bg: #88dfd0; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #94e2d5 !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file diff --git a/gitea/gitea/public/css/theme-catppuccin-mocha-yellow.css b/gitea/gitea/public/css/theme-catppuccin-mocha-yellow.css index 6e76946..b54c57d 100644 --- a/gitea/gitea/public/css/theme-catppuccin-mocha-yellow.css +++ b/gitea/gitea/public/css/theme-catppuccin-mocha-yellow.css @@ -112,7 +112,7 @@ --color-red-badge-bg: #11111b; --color-red-badge-hover-bg: #f17497; --color-green-badge: #a6e3a1; - --color-green-badge-bg: #11111b; + --color-green-badge-bg: #a6e3a1; --color-green-badge-hover-bg: #93dd8d; --color-yellow-badge: #f9e2af; --color-yellow-badge-bg: #11111b; @@ -139,6 +139,8 @@ --color-input-toggle-background: #313244; --color-input-border: #45475a; --color-input-border-hover: #585b70; + --color-nav-bg: #181825; + --color-nav-hover-bg: #313244; --color-navbar: #181825; --color-navbar-transparent: rgba(17, 17, 27, 0); --color-light: rgba(88, 91, 112, 0.3); @@ -170,8 +172,12 @@ --color-caret: var(--color-text); --color-reaction-bg: rgba(205, 214, 244, 0.07); --color-reaction-active-bg: var(--color-primary-alpha-40); - --color-header-bar: #181825; - --color-label-active-bg: #585b70; + --color-header-wrapper: #181825; + --color-header-wrapper-transparent: rgba(24, 24, 37, 0); + --color-label-text: #11111b; + --color-label-bg: #f9e2af; + --color-label-hover-bg: #f7d893; + --color-label-active-bg: #f8dda1; --color-accent: var(--color-primary-light-1); --color-small-accent: var(--color-primary-light-5); --color-active-line: #45475a; @@ -224,10 +230,10 @@ color: #11111b; } -.ui.sha.isSigned.isVerified:hover .shortsha { +.ui.sha.isSigned.isVerified .shortsha { color: #11111b; } -.ui.sha.isSigned.isVerified:hover svg.gitea-lock { +.ui.sha.isSigned.isVerified svg.gitea-lock { fill: #11111b; } @@ -697,4 +703,111 @@ .CodeMirror.cm-s-default .cm-error, .CodeMirror.cm-s-paper .cm-error { color: #f38ba8; +} + +.monaco-editor .selected-text { + background-color: #313244 !important; +} +.monaco-editor .margin-view-overlays .line-numbers { + color: #a6adc8 !important; +} +.monaco-editor .line-numbers.active-line-number { + color: #f9e2af !important; +} +.monaco-editor .view-overlays .current-line, +.monaco-editor .margin-view-overlays .current-line-margin { + background-color: #2a2b3c !important; +} +.monaco-editor .mtk1 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk2 { + color: #ff69b4 !important; +} +.monaco-editor .mtk3 { + color: #fab387 !important; +} +.monaco-editor .mtk4 { + color: #94e2d5 !important; +} +.monaco-editor .mtk5 { + color: #cdd6f4 !important; +} +.monaco-editor .mtk6 { + color: #cba6f7 !important; +} +.monaco-editor .mtk7 { + color: #fab387 !important; +} +.monaco-editor .mtk8 { + color: #9399b2 !important; +} +.monaco-editor .mtk9 { + color: #cba6f7 !important; +} +.monaco-editor .mtk10 { + color: #a6adc8 !important; +} +.monaco-editor .mtk11 { + color: #94e2d5 !important; +} +.monaco-editor .mtk12 { + color: #94e2d5 !important; +} +.monaco-editor .mtk13 { + color: #ff69b4 !important; +} +.monaco-editor .mtk14 { + color: #ff69b4 !important; +} +.monaco-editor .mtk15 { + color: #cba6f7 !important; +} +.monaco-editor .mtk16 { + color: #9399b2 !important; +} +.monaco-editor .mtk17 { + color: #ff69b4 !important; +} +.monaco-editor .mtk18 { + color: #ff69b4 !important; +} +.monaco-editor .mtk19 { + color: #94e2d5 !important; +} +.monaco-editor .mtk20 { + color: #ff69b4 !important; +} +.monaco-editor .mtk21 { + color: #a6e3a1 !important; +} +.monaco-editor .mtk22 { + color: #ff69b4 !important; +} +.monaco-editor .mtk23 { + color: #89b4fa !important; +} +.monaco-editor .mtk24 { + color: #fab387 !important; +} +.monaco-editor .mtk25 { + color: #f5c2e7 !important; +} +.monaco-editor .bracket-highlighting-0 { + color: #e4a9c6 !important; +} +.monaco-editor .bracket-highlighting-1 { + color: #e8c1b3 !important; +} +.monaco-editor .bracket-highlighting-2 { + color: #e7ddcb !important; +} +.monaco-editor .bracket-highlighting-3 { + color: #b6dec2 !important; +} +.monaco-editor .bracket-highlighting-4 { + color: #a4c2f8 !important; +} +.monaco-editor .bracket-highlighting-5 { + color: #ccb9f6 !important; } \ No newline at end of file