themify rest of layout (except minirepls)

This commit is contained in:
Felix Roos 2023-02-10 20:07:36 +01:00
parent 6db2c0bf93
commit ddb9af4d57
11 changed files with 23 additions and 28 deletions

View file

@ -11,18 +11,8 @@ module.exports = {
theme: {
extend: {
colors: {
primary: '#c792ea',
secondary: '#c3e88d',
tertiary: '#82aaff',
highlight: '#ffcc00',
linegray: '#8a91991a',
lineblack: '#00000095',
bg: '#222222',
// header: '#8a91991a',
// footer: '#8a91991a',
header: '#00000050',
// header: 'transparent',
footer: '#00000050',
highlight: '#bb8800',
// codemirror-theme settings
background: 'var(--background)',
foreground: 'var(--foreground)',