Welcome to mirror list, hosted at ThFree Co, Russian Federation.

default-dark.css « style « data « gajim - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01e6f2d56b673320da08afc19cb3f4e70a5ae497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.gajim-incoming-nickname {
    color: rgb(207, 49, 47)
    }
.gajim-outgoing-nickname {
    color: rgb(38, 139, 210)
    }
.gajim-url {
    color: rgb(53, 132, 228)
    }
.gajim-highlight-message {
    color: rgb(245, 121, 0)
    }
.gajim-msg-correcting text {
    background: rgb(131, 148, 150)
    }
.gajim-status-message {
    color: rgb(115, 210, 22)
    }