USING: editors editors.kakoune ui.theme ui.theme.switching ui.tools.listener images.viewer namespaces random tools.deploy tools.scaffold vocabs.hierarchy ; "colors" load EDITOR: editors.kakoune dark-theme switch-theme com-auto-use { "alacritty" "-e" "kak" } \ kak-path set-global IN: fonts CONSTANT: default-serif-font-name "DejaVu Serif" CONSTANT: default-sans-serif-font-name "DejaVu Sans" CONSTANT: default-monospace-font-name "League Mono" CONSTANT: default-font-size 32 ! IN: core-text.fonts ! CONSTANT: font-names ! H{ ! { "monospace" "League Mono" } ! { "sans-serif" "DejaVu Sans" } ! { "serif" "DejaVu Serif" } ! } USING: editors.visual-studio-code ui.theme ui.theme.switching tools.scaffold ui.tools.listener ; IN: boot-rc