You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
568 B
50 lines
568 B
package main |
|
|
|
import ( |
|
// "text/template" |
|
) |
|
|
|
const termite =` |
|
[colors] |
|
|
|
# special |
|
foreground = #ffffff |
|
foreground_bold = #ffffff |
|
cursor = #ffffff |
|
background = #000000 |
|
|
|
# black |
|
color0 = #000000 |
|
color8 = #4d4d4d |
|
|
|
# red |
|
color1 = #cc0403 |
|
color9 = #3e0605 |
|
|
|
# green |
|
color2 = #19cb00 |
|
color10 = #23fd00 |
|
|
|
# yellow |
|
color3 = #cecb00 |
|
color11 = #fffd00 |
|
|
|
# blue |
|
color4 = #001cd1 |
|
color12 = #0026ff |
|
|
|
# magenta |
|
color5 = #cb1ed1 |
|
color13 = #fd28ff |
|
|
|
# cyan |
|
color6 = #0dcdcd |
|
color14 = #14ffff |
|
|
|
# white |
|
color7 = #e5e5e5 |
|
color15 = #ffffff |
|
` |
|
|
|
//func tmps() { |
|
//}
|
|
|