# Init file for the ad text editor # All lines must either be: # - blank # - a comment: "# ..." # - setting a proprty: "set prop=val" # - mapping keys to executables: "map ... => prog" set auto-mount=false set expand-tab=true set tabstop=4 set match-indent=true set status-timeout=3 set double-click-ms=200 set minibuffer-lines=8 set find-command=fd -t f # light color scheme # set bg-color=#EBDBB2 # set fg-color=#282828 # set dot-bg-color=#d5C4A1 # set load-bg-color=#957FB8 # set exec-bg-color=#BF616A # set bar-bg-color=#83A598 # set signcol-fg-color=#458488 # set minibuffer-hl-color=#458488 # set comment-color=#624354 # set keyword-color=#BF616A # set control-flow-color=#7E9CD8 # set definition-color=#957FB8 # set punctuation-color=#DCA561 # set string-color=#61DCA5 # dark color scheme set bg-color=#1B1720 set fg-color=#E6D29E set dot-bg-color=#336677 set load-bg-color=#957FB8 set exec-bg-color=#BF616A set bar-bg-color=#4E415C set signcol-fg-color=#544863 set minibuffer-hl-color=#3E3549 set comment-color=#624354 set keyword-color=#BF616A set control-flow-color=#7E9CD8 set definition-color=#957FB8 set punctuation-color=#DCA561 set string-color=#61DCA5 # Key mappings to programs that must be available on $PATH. # ~/.ad/bin is auto-added to the path map F => fmt map > => indent map < => unindent