My custom config to terminal
Day theme
Night theme
{ | |
"name": "Material Darker", | |
"background-color": "#212121", | |
"comment": "Ported for Tilix", | |
"foreground-color": "#eeffff", | |
"palette": [ | |
"#212121", | |
"#303030", | |
"#353535", | |
"#4A4A4A", |
# https://github.com/chick2d/neofetch-themes | |
# Made by IdliDev (https://github.com/Idlidev) | |
# code .config/neofetch/config.conf | |
LC_ALL=C | |
LANG=C | |
print_info() { | |
info " β β ο " title | |
prin "$(color 7)βββββββββββββββββββββββββββββββββ" |
"todohighlight.keywords": [ | |
{ | |
"text": "@todo", | |
"color": "#FF8C00", | |
"backgroundColor": "transparent", | |
"isWholeLine": true, | |
}, | |
{ | |
"text": "@fixme", | |
"color": "#FFC197", |