Skip to content

Commit

Permalink
remove: extra colours
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-pitblado committed Nov 23, 2024
1 parent 0de9afd commit 78e917c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,8 @@ case $SELECTED_THEME in
["surface0"]="#313244"
["yellow"]="#f9e2af"

["bblack"]="#313244"
["bblue"]="#7aa2f7"
["bcyan"]="#7dcfff"
["bgreen"]="#41a6b5"
["bmagenta"]="#bb9af7"
["bred"]="#ff9e64"
["bwhite"]="#787c99"
["byellow"]="#e0af68"
)
;;
esac

THEME['ghgreen']="#a6e3a1" # Mocha Green
THEME['ghmagenta']="#eba0ac" # Mocha Maroon
THEME['ghred']="#f38ba8" # Mocha Red
THEME['ghyellow']="#f9e2af" # Mocha Yellow

RESET="#[fg=${THEME[foreground]},bg=${THEME[background]},nobold,noitalics,nounderscore,nodim]"

0 comments on commit 78e917c

Please sign in to comment.