implement some changes from upstream catppuccin and forgejo

This commit is contained in:
Seaswimmer 2024-11-11 15:06:05 -05:00
parent fedc78b132
commit 96d5df0931
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -167,6 +167,23 @@
--color-placeholder-text: #585b70;
--color-editor-line-highlight: var(--color-primary-light-5);
--color-project-board-bg: var(--color-secondary-light-2);
/* ansi colors used for actions console and console files */
--color-ansi-black: #1d2328;
--color-ansi-red: #cc4848;
--color-ansi-green: #87ab63;
--color-ansi-yellow: #cc9903;
--color-ansi-blue: #3a8ac6;
--color-ansi-magenta: #d22e8b;
--color-ansi-cyan: #00918a;
--color-ansi-white: var(--color-console-fg-subtle);
--color-ansi-bright-black: #424851;
--color-ansi-bright-red: #d15a5a;
--color-ansi-bright-green: #93b373;
--color-ansi-bright-yellow: #eaaf03;
--color-ansi-bright-blue: #4e96cc;
--color-ansi-bright-magenta: #d74397;
--color-ansi-bright-cyan: #00b6ad;
--color-ansi-bright-white: var(--color-console-fg);
/* gitea source code: */
/* should ideally be --color-text-dark, see go-gitea/gitea#15651 */
--color-caret: var(--color-text);
@ -181,6 +198,9 @@
--color-accent: var(--color-primary-light-1);
--color-small-accent: var(--color-primary-light-5);
--color-active-line: #45475a;
--color-markup-code-inline: #313244;
--color-tooltip-bg: #313244;
--color-tooltip-text: var(--color-text);
}
/* invert emojis that are hard to read otherwise */