scrollbar colour based on theme (firefox only atm), and theme change hover glow
This commit is contained in:
jetstream0
2023-12-27 05:30:14 +05:30
parent c2de260d51
commit c7db9c6aaf
6 changed files with 45 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import { readFileSync } from 'fs';
import { readFileSync } from "fs";
export const SYNTAX_REGEX = /\[\[ [a-zA-Z0-9.:/\-_!]+ \]\]/g;