Make it possible to use the dracula color scheme also in the VT
This commit is contained in:
parent
2237cc49b8
commit
13272349a5
2 changed files with 20 additions and 0 deletions
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
|
@ -2,6 +2,8 @@
|
|||
/*/
|
||||
!/.gitignore
|
||||
|
||||
!/vconsole.conf
|
||||
|
||||
!/.compton.conf/
|
||||
!/alacritty/
|
||||
!/bspwm/
|
||||
|
|
18
.config/vconsole.conf
Normal file
18
.config/vconsole.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
KEYMAP=us
|
||||
FONT=ter-116n
|
||||
COLOR_0=282a36
|
||||
COLOR_1=ff5555
|
||||
COLOR_2=50fa7b
|
||||
COLOR_3=f1fa8c
|
||||
COLOR_4=6272a4
|
||||
COLOR_5=bd93f9
|
||||
COLOR_6=8be9fd
|
||||
COLOR_7=d8d8d2
|
||||
COLOR_8=44475a
|
||||
COLOR_9=ff8585
|
||||
COLOR_10=80faab
|
||||
COLOR_11=f1fabc
|
||||
COLOR_12=92a2d4
|
||||
COLOR_13=ff79c6
|
||||
COLOR_14=bbe9fd
|
||||
COLOR_15=f8f8f2
|
Loading…
Reference in a new issue