mcabber/contrib/themes/mikael-256.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:
2039
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
# Sample color config.
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
# Source this file from your ~/.mcabber/mcabberrc
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
#
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
# * NOTE: Your terminal MUST have 256 color support
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
set color_background   = black
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
set color_general      = white
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
set color_info         = magenta
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
set color_msgin        = 85
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
set color_msgout       = 69
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
set color_msghl        = yellow
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
set color_bgstatus     = blue
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
set color_status       = 82
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
set color_log          = 244
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
set color_roster       = 185
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
set color_bgrostersel  = cyan
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    17
set color_rostersel    = blue
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    18
set color_rosterselmsg = red
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    19
set color_rosternewmsg = red
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    20
set color_readmark     = red
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    21
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    22
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    23
# Reset dynamic colors
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    24
color roster clear
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    25
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    26
# Dynamic roster colors
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    27
color roster f * yellow
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    28
color roster o * green
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    29
color roster d * 166
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    30
color roster a * 140
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    31
color roster n * 144
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    32
color roster _ * 18
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    33
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    34
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    35
# These colors will by used automatically:
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    36
set nick_colors = green yellow white
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    37
# This turns coloring of all mucs on:
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    38
color muc * on
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    39
91b075dc424a Update color themes
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    40
# vim:set ft=conf: