Paste: boot-rc
Author: | gmaer |
Mode: | factor |
Date: | Tue, 14 Feb 2023 15:34:07 |
Plain Text |
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
USING: editors.visual-studio-code ui.theme ui.theme.switching tools.scaffold ui.tools.listener ;
IN: boot-rc
New Annotation