diff --git a/nordic-material.theme.css b/nordic-material.theme.css index e836427..2a4dbee 100644 --- a/nordic-material.theme.css +++ b/nordic-material.theme.css @@ -39,9 +39,9 @@ --txt-dark: var(--bg-0); /* color of dark text on colored backgrounds. */ --txt-link: var(--aqua); /* color of links. */ --txt-0: #eceff4; /* color of bright/white text. */ - --txt-1: #e5e9f0; /* main text color. */ - --txt-2: #d8dee9; /* color of secondary text like channel list. */ - --txt-3: #c2c7d1; /* color of muted text. */ + --txt-1: #e5e9f0d8; /* main text color. */ + --txt-2: #b2b7c2; /* color of secondary text like channel list. */ + --txt-3: #717379; /* color of muted text. */ /* accent colors */ --acc-0: var(--blue); /* main accent color. */