summary refs log tree commit diff
path: root/files/console.sh
blob: 2f3723455920711c7e2b0f4d81fb8736124df9ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env zsh

# Set the console color palette.

color() {
  print -n "\e]P${1}${2}"
}

color 0 '1d2021'
color 1 'cc241d'
color 2 '98991a'
color 3 'd89a22'
color 4 '468589'
color 5 'b16286'
color 6 '689e6a'
color 7 'a99a84'

color 8 '938374'
color 9 'fc4935'
color a 'b8ba26'
color b 'fbbe2f'
color c '83a699'
color d 'd4869c'
color e '8fc17d'
color f 'eddbb3'

clear
td> 2019-02-11Install html with -CJune McEnroe 2019-02-10Avoid excessive tags in ttpreJune McEnroe 2019-02-10Generate html for binsJune McEnroe 2019-02-10Use italic for underline in nvim man modeJune McEnroe 2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML " escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe