Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset line colors after line_start, privmsg #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions solarized-universal.theme
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abstracts = {
# text to insert at the beginning of each non-message line
# %G = brightgreen (Solarized: base01, i.e. darkest gray)
# %| probably right-aligns
line_start = " %G-!- ";
line_start = " %G-!-%n ";

# timestamp styling, nothing by default
# %Y = brightyellow (Solarized: base00, i.e. 2nd darkest gray)
Expand Down Expand Up @@ -154,7 +154,7 @@ abstracts = {
# privmsgnick = "%K{msgnick %R$*%K}%n";

# $0 = nick mode, $1 = nick
ownmsgnick = "{msgnick $0 $1-}%b";
ownmsgnick = "{msgnick $0 $1-}";
ownnick = "%b$*%n";

# public message in channel, $0 = nick mode, $1 = nick
Expand Down Expand Up @@ -186,12 +186,12 @@ abstracts = {
ownprivmsg = "[%b$0%G<%B$1-%G>%n] ";

# own private message in query
ownprivmsgnick = "{msgnick $*}%b";
ownprivmsgnick = "{msgnick $*}";
ownprivnick = "%b$*%n";

# private message in query
# NOTE: for some reason, we gotta handle both the nick & msg on in this line
privmsgnick = "{msgnick %m$*%n}%m";
privmsgnick = "{msgnick %m$*%n}";

##
## Actions (/ME stuff)
Expand Down