mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 05:27:18 -04:00
lint
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ import blackscreen, { settings as blackscreenSettings } from './themes/blackscre
|
||||
import whitescreen, { settings as whitescreenSettings } from './themes/whitescreen.mjs';
|
||||
import teletext, { settings as teletextSettings } from './themes/teletext.mjs';
|
||||
import algoboy, { settings as algoboySettings } from './themes/algoboy.mjs';
|
||||
import CutiePi, {settings as CutiePiSettings} from './themes/CutiePi.mjs'
|
||||
import CutiePi, { settings as CutiePiSettings } from './themes/CutiePi.mjs';
|
||||
import terminal, { settings as terminalSettings } from './themes/terminal.mjs';
|
||||
import abcdef, { settings as abcdefSettings } from './themes/abcdef.mjs';
|
||||
import androidstudio, { settings as androidstudioSettings } from './themes/androidstudio.mjs';
|
||||
|
||||
+8
-8
@@ -6,14 +6,14 @@
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
import { createTheme } from './theme-helper.mjs';
|
||||
const deepPurple = '#5c019a'
|
||||
const yellowPink = '#fbeffc'
|
||||
const grey = '#272C35'
|
||||
const pinkAccent ="#fee1ff"
|
||||
const lightGrey = '#465063'
|
||||
const bratGreen = "#9acd3f"
|
||||
const lighterGrey = "#97a1b7"
|
||||
const pink = '#f6a6fd'
|
||||
const deepPurple = '#5c019a';
|
||||
const yellowPink = '#fbeffc';
|
||||
const grey = '#272C35';
|
||||
const pinkAccent = '#fee1ff';
|
||||
const lightGrey = '#465063';
|
||||
const bratGreen = '#9acd3f';
|
||||
const lighterGrey = '#97a1b7';
|
||||
const pink = '#f6a6fd';
|
||||
|
||||
export const settings = {
|
||||
background: 'white',
|
||||
|
||||
Reference in New Issue
Block a user