fix background color
This commit is contained in:
parent
1161db28fd
commit
c76274c0f3
6 changed files with 27 additions and 18 deletions
|
|
@ -18,9 +18,12 @@ Variables:
|
|||
*/
|
||||
|
||||
:root {
|
||||
--theme-tty-prompt: var(--color-rose-pine-foam);
|
||||
--theme-tty-command: var(--color-rose-pine-iris);
|
||||
--theme-tty-warning: var(--color-rose-pine-gold);
|
||||
--theme-tty-errror: var(--color-rose-pine-love);
|
||||
/* --theme-tty-: var(--color-rose-pine-); */
|
||||
--theme-base: var(--palette-rose-pine-base);
|
||||
--theme-bg: var(--palette-rose-pine-base);
|
||||
|
||||
--theme-tty-prompt: var(--palette-rose-pine-foam);
|
||||
--theme-tty-command: var(--palette-rose-pine-iris);
|
||||
--theme-tty-warning: var(--palette-rose-pine-gold);
|
||||
--theme-tty-errror: var(--palette-rose-pine-love);
|
||||
/* --theme-tty-: var(--palette-rose-pine-); */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue