Updating local configs
This commit is contained in:
parent
04cb280a4e
commit
da1c3ac553
|
@ -1,2 +1,4 @@
|
|||
config/vim/viminfo
|
||||
config/quassel-irc.org/quasselclient.conf
|
||||
config/quassel-irc.org/quasselcore.conf
|
||||
config/quassel-irc.org/quassel-storage.sqlite
|
||||
|
|
1
bashrc
1
bashrc
|
@ -20,3 +20,4 @@ fi
|
|||
|
||||
alias ls="ls -h --color=auto"
|
||||
alias myip="curl https://ifconfig.co"
|
||||
alias steam="HOME=/home/siina/Games/steam steam"
|
||||
|
|
|
@ -32,5 +32,5 @@ window:
|
|||
y: 12
|
||||
position:
|
||||
x: 480
|
||||
y: 160
|
||||
y: 760
|
||||
|
||||
|
|
|
@ -1,47 +1,16 @@
|
|||
// Style settings made in Quassel's configuration dialog
|
||||
// This file is automatically generated, do not edit
|
||||
|
||||
// Custom ChatView Colors
|
||||
Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ff8f8f, stop: 0.1 transparent); }
|
||||
ChatView { background: #242528; }
|
||||
|
||||
ChatLine[label="highlight"] {
|
||||
foreground: #eaeaea;
|
||||
background: #41575d;
|
||||
}
|
||||
|
||||
ChatLine::timestamp { foreground: #707c70; }
|
||||
|
||||
ChatLine#plain { foreground: #eaeaea; }
|
||||
ChatLine#notice { foreground: #916409; }
|
||||
ChatLine#action { foreground: #9eadff; }
|
||||
ChatLine#nick { foreground: #eaeaea; }
|
||||
ChatLine#mode { foreground: #eaeaea; }
|
||||
ChatLine#join { foreground: #eaeaea; }
|
||||
ChatLine#part { foreground: #eaeaea; }
|
||||
ChatLine#quit { foreground: #eaeaea; }
|
||||
ChatLine#kick { foreground: #eaeaea; }
|
||||
ChatLine#kill { foreground: #eaeaea; }
|
||||
ChatLine#server { foreground: #916409; }
|
||||
ChatLine#info { foreground: #916409; }
|
||||
ChatLine#error { foreground: #b37e7e; }
|
||||
ChatLine#daychange { foreground: #916409; }
|
||||
ChatLine#topic { foreground: #eaeaea; }
|
||||
ChatLine#netsplit-join { foreground: #eaeaea; }
|
||||
ChatLine#netsplit-quit { foreground: #eaeaea; }
|
||||
ChatLine#invite { foreground: #eaeaea; }
|
||||
|
||||
|
||||
// Sender Colors
|
||||
Palette {
|
||||
sender-color-self: #aaaaff;
|
||||
sender-color-00: #ff557f;
|
||||
sender-color-self: #ca832c;
|
||||
sender-color-00: #cc0000;
|
||||
sender-color-01: #006cad;
|
||||
sender-color-02: #4d9900;
|
||||
sender-color-03: #6600cc;
|
||||
sender-color-04: #a67d00;
|
||||
sender-color-05: #009927;
|
||||
sender-color-06: #4c71c0;
|
||||
sender-color-06: #0030c0;
|
||||
sender-color-07: #cc009a;
|
||||
sender-color-08: #b94600;
|
||||
sender-color-09: #869900;
|
||||
|
@ -128,10 +97,3 @@ ChatLine::nick[sender="0c"] { foreground: palette(sender-color-0c); }
|
|||
ChatLine::nick[sender="0d"] { foreground: palette(sender-color-0d); }
|
||||
ChatLine::nick[sender="0e"] { foreground: palette(sender-color-0e); }
|
||||
ChatLine::nick[sender="0f"] { foreground: palette(sender-color-0f); }
|
||||
|
||||
// BufferView Colors
|
||||
ChatListItem { foreground: #eaeaea; }
|
||||
ChatListItem[state="inactive"] { foreground: #8d8d90; }
|
||||
ChatListItem[state="channel-event"] { foreground: #84b07f; }
|
||||
ChatListItem[state="unread-message"] { foreground: #709ff5; }
|
||||
ChatListItem[state="highlighted"] { foreground: #ffc093; }
|
||||
|
|
Loading…
Reference in New Issue