mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
users/kat/base: weechat colour + look stuffs
This commit is contained in:
parent
59b92a6301
commit
8f80142beb
1 changed files with 7 additions and 1 deletions
|
|
@ -61,10 +61,16 @@ with lib;
|
|||
};
|
||||
};
|
||||
weechat = {
|
||||
look = { mouse = true; };
|
||||
look = {
|
||||
mouse = true;
|
||||
separator_horizontal = "";
|
||||
read_marker_string = "─";
|
||||
};
|
||||
color = {
|
||||
chat_nick_self = base0F;
|
||||
separator = base0A;
|
||||
chat_read_marker = base0D;
|
||||
chat_read_marker_bg = base03;
|
||||
};
|
||||
bar = {
|
||||
buflist = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue