summary refs log tree commit diff
path: root/etc/Dark.terminal (follow)
Commit message (Collapse)AuthorAge
* Update Terminal.app coloursJune McEnroe2021-01-13
| | | | God what is this garbage I only changed one colour.
* Update Dark.terminalJune McEnroe2019-07-26
| | | | Why are the blobs so much bigger now?
* Disable visual bell entirely in TerminalJune McEnroe2018-08-16
| | | | You can't turn off bell in ksh.
* Set TERM=xterm in Terminal.appJune McEnroe2018-05-13
| | | | 16 colours is all I need.
* Brighten color schemeJune McEnroe2018-03-31
|
* Set Dark terminal to schemeJune McEnroe2018-03-31
|
* Switch to and vendor Go Mono fontJune McEnroe2018-02-21
| | | | | | | Go Mono is almost identical to Luxi Mono (same designers) but MIT-licensed. From https://go.googlesource.com/image font/gofont/ttfs.
* Rename files directory etcJune McEnroe2017-09-15
'>2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe