feat: remove themes

This commit is contained in:
Barrett Ruth 2026-01-07 13:43:40 -06:00
parent 1d2f556b32
commit 142d0876a6
6 changed files with 2 additions and 99 deletions

View file

@ -5,37 +5,6 @@ import rehypeKatex from "rehype-katex";
import remarkMath from "remark-math";
import path from "path";
const midnight = {
name: "midnight",
type: "dark",
colors: {
"editor.background": "#121212",
"editor.foreground": "#e0e0e0",
},
tokenColors: [
{
scope: [
"storage.type",
"storage.modifier",
"keyword.control",
"keyword.operator.new",
],
settings: { foreground: "#7aa2f7" },
},
{
scope: [
"string",
"constant",
"constant.numeric",
"constant.language",
"constant.character",
"number",
],
settings: { foreground: "#98c379" },
},
],
};
const daylight = {
name: "daylight",
type: "light",
@ -97,7 +66,6 @@ export default defineConfig({
shikiConfig: {
themes: {
light: daylight,
dark: midnight,
},
langs: [],
wrap: true,