From 13272349a5eaceaceb2f84b4e37055236f2e25c4 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sat, 21 Mar 2020 19:22:27 +0100 Subject: [PATCH] Make it possible to use the dracula color scheme also in the VT --- .config/.gitignore | 2 ++ .config/vconsole.conf | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .config/vconsole.conf diff --git a/.config/.gitignore b/.config/.gitignore index ab9df9de..c23bff06 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -2,6 +2,8 @@ /*/ !/.gitignore +!/vconsole.conf + !/.compton.conf/ !/alacritty/ !/bspwm/ diff --git a/.config/vconsole.conf b/.config/vconsole.conf new file mode 100644 index 00000000..4126dc2b --- /dev/null +++ b/.config/vconsole.conf @@ -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