diff options
-rw-r--r-- | bash/.bash_profile | 15 | ||||
-rw-r--r-- | konsole/Default.profile | 17 | ||||
-rw-r--r-- | konsole/Dracula-Linux.colorscheme | 95 |
3 files changed, 120 insertions, 7 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index 2a36645..053789e 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -4,20 +4,21 @@ source ~/.git-prompt.sh BLACK="\[\033[0;30m\]" RED="\[\033[0;31m\]" GREEN="\[\033[0;32m\]" -MAGENTA="\[\033[0;33m\]" +YELLOW="\[\033[0;33m\]" BLUE="\[\033[0;34m\]" -YELLOW="\[\033[0;35m\]" +MAGENTA="\[\033[0;35m\]" CYAN="\[\033[0;36m\]" GREY="\[\033[0;37m\]" DEFAULT="\[\033[0;39m\]" WHITE=DEFAULT -PS1BASE="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}$GREEN\u@\h\[\033[00m\]:$BLUE\w\[\033[00m\]" -PS1GIT="$CYAN\$(__git_ps1)$DEFAULT" +PS1BASE="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}$GREEN\u@\h\[\033[00m\]:$CYAN\w\[\033[00m\]" #not in use atm +# TODO CHECK THIS, LOOKS INTERESTING +PS1TIME="$GREEN\t$RED - " # Not in use atm +PS1BASE="$CYAN\u $YELLOW\w\[\033[m\]" +PS1GIT="$BLUE\$(__git_ps1)$DEFAULT" PS1END="$DEFAULT\$ " PS1="${PS1BASE}${PS1GIT}${PS1END}" -# TODO CHECK THIS, LOOKS INTERESTING -# PS1="$GREEN\t$RED - $BLUE\u$YELLOW\w\[\033[m\]$MAGENTA\$(__git_ps1)$WHITE\$ " if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases @@ -44,7 +45,7 @@ eval "$(pandoc --bash-completion)" # Guix if [ -n "$GUIX_ENVIRONMENT" ] # Change prompt if shell is in an environment then - PS1GUIXENV="$YELLOW(guix-env)$DEFAULT" + PS1GUIXENV="$BLUE(guix-env)$DEFAULT" PS1="${PS1BASE}${PS1GIT}${PS1GUIXENV}${PS1END}" fi export PATH="/home/ekaitz/.config/guix/current/bin${PATH:+:}$PATH" diff --git a/konsole/Default.profile b/konsole/Default.profile new file mode 100644 index 0000000..5881bf0 --- /dev/null +++ b/konsole/Default.profile @@ -0,0 +1,17 @@ +[Appearance] +BoldIntense=true +ColorScheme=Dracula-Linux +Font=B612 Mono,11,-1,5,50,0,0,0,0,0,Regular +LineSpacing=1 +UseFontLineChararacters=false + +[General] +Name=Default +Parent=FALLBACK/ + +[Scrolling] +HistoryMode=2 + +[Terminal Features] +FlowControlEnabled=false +UrlHintsModifiers=0 diff --git a/konsole/Dracula-Linux.colorscheme b/konsole/Dracula-Linux.colorscheme new file mode 100644 index 0000000..b59cabb --- /dev/null +++ b/konsole/Dracula-Linux.colorscheme @@ -0,0 +1,95 @@ +[Background] +Color=40,42,54 + +[BackgroundFaint] +Color=40,42,54 + +[BackgroundIntense] +Color=40,42,54 + +[Color0] +Color=40,42,54 + +[Color0Faint] +Color=40,42,54 + +[Color0Intense] +Color=40,42,54 + +[Color1] +Color=255,85,85 + +[Color1Faint] +Color=255,85,85 + +[Color1Intense] +Color=255,85,85 + +[Color2] +Color=80,250,123 + +[Color2Faint] +Color=80,250,123 + +[Color2Intense] +Color=80,250,123 + +[Color3] +Color=241,250,140 + +[Color3Faint] +Color=241,250,140 + +[Color3Intense] +Color=241,250,140 + +[Color4] +Color=98,114,164 + +[Color4Faint] +Color=98,114,164 + +[Color4Intense] +Color=98,114,164 + +[Color5] +Color=255,121,198 + +[Color5Faint] +Color=255,121,198 + +[Color5Intense] +Color=255,121,198 + +[Color6] +Color=139,233,253 + +[Color6Faint] +Color=139,233,253 + +[Color6Intense] +Color=139,233,253 + +[Color7] +Color=248,248,242 + +[Color7Faint] +Color=248,248,242 + +[Color7Intense] +Color=248,248,242 + +[Foreground] +Color=248,248,242 + +[ForegroundFaint] +Color=248,248,242 + +[ForegroundIntense] +Color=248,248,242 + +[General] +Blur=false +Description=Dracula-Linux +Opacity=1 +Wallpaper= |