mcabber/contrib/themes/light.txt
author Mikael Berthe <mikael@lilotux.net>
Tue, 30 May 2023 16:37:46 +0200
changeset 2366 480585fec48a
parent 2039 91b075dc424a
permissions -rw-r--r--
Update spell checking section in the configuration file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
# Sample color config.
2039
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents: 1285
diff changeset
     2
# Source this file from your ~/.mcabber/mcabberrc
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
set color_background   = white
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
set color_general      = black
1285
1046bbcb6d14 Update color themes (vorner)
Mikael Berthe <mikael@lilotux.net>
parents: 1204
diff changeset
     6
set color_info         = black
2039
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents: 1285
diff changeset
     7
set color_msgin        = cyan
785
7e0562e3bc83 Replace color_highlight with color_msgout
Mikael Berthe <mikael@lilotux.net>
parents: 737
diff changeset
     8
set color_msgout       = cyan
1204
e802ec0c02d2 Basic support for nick highlighting in MUC rooms (the whole line is colored)
Mikael Berthe <mikael@lilotux.net>
parents: 785
diff changeset
     9
set color_msghl        = yellow
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
set color_bgstatus     = black
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
set color_status       = green
2039
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents: 1285
diff changeset
    12
set color_log          = green
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
set color_roster       = blue
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
set color_bgrostersel  = green
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
set color_rostersel    = yellow
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
set color_rosterselmsg = red
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    17
set color_rosternewmsg = red
2039
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents: 1285
diff changeset
    18
set color_readmark     = red
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    19
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    20
# vim:set ft=conf: