Skip to content

Commit

Permalink
bashrc: theme nmtui
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Jul 22, 2024
1 parent 3a61501 commit 6c2ccc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'

# nmtui theme
export NEWT_COLORS='root=black,black;window=black,black;border=white,black;listbox=white,black;label=blue,black;checkbox=red,black;title=green,black;button=white,red;actsellistbox=white,red;actlistbox=white,gray;compactbutton=white,gray;actcheckbox=white,blue;entry=lightgray,black;textbox=blue,black'

alias reload=". ~/.bashrc"

# Bind PageUp and PageDown to history search
Expand Down

0 comments on commit 6c2ccc2

Please sign in to comment.