Add dracula theme for docker and grep

This commit is contained in:
Sravan Balaji
2025-08-30 09:59:50 -04:00
parent 0035af788e
commit 203f16c66f
4 changed files with 42 additions and 2 deletions

View File

@@ -122,6 +122,12 @@ export TERM=xterm-256color
export QT_STYLE_OVERRIDE=kvantum
export XDG_CONFIG_HOME=$HOME/.config
# Dracula theme for Docker BuildKit - https://draculatheme.com/docker
export BUILDKIT_COLORS="run=189,147,249:cancel=241,250,140:error=255,85,85:warning=241,250,140"
# Dracula theme for GNU grep - https://draculatheme.com/grep
export GREP_COLORS="mt=1;38;2;255;85;85:fn=38;2;255;121;198:ln=38;2;80;250;123:bn=38;2;80;250;123:se=38;2;139;233;253"
# Greeting
clear
krabby random