get rid of all hard coded colors

This commit is contained in:
Felix Roos 2023-02-19 22:18:32 +01:00
parent 81b4cb2f16
commit 7994ba8b38
3 changed files with 11 additions and 16 deletions

View file

@ -11,8 +11,6 @@ module.exports = {
theme: {
extend: {
colors: {
tertiary: '#82aaff',
highlight: '#bb8800',
// codemirror-theme settings
background: 'var(--background)',
lineBackground: 'var(--lineBackground)',