mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[colorschemes] mention default setvtrgb config
This commit is contained in:
parent
e52821db5e
commit
7025b697d6
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
import _theme as theme
|
import _theme as theme
|
||||||
|
|
||||||
|
# default setvtrgb config:
|
||||||
|
# 0,170,0,170,0,170,0,170,85,255,85,255,85,255,85,255
|
||||||
|
# 0,0,170,85,0,0,170,170,85,85,255,255,85,85,255,255
|
||||||
|
# 0,0,0,0,170,170,170,170,85,85,85,85,255,255,255,255
|
||||||
|
|
||||||
for i in range(3):
|
for i in range(3):
|
||||||
print(
|
print(
|
||||||
",".join(
|
",".join(
|
||||||
|
|
Loading…
Reference in a new issue