gajim-plural/gajim/data/style/default-dark.css
Philipp Hörist 9d5131b8b4 Rework Gajim Theming
- Save all Theme settings to .css instead of the config file
- Add a gajim-dark.css
- Refactor the ThemesWindow
2018-08-16 22:53:33 +02:00

18 lines
No EOL
358 B
CSS

.gajim-incoming-nickname {
color: rgb(164, 0, 0)
}
.gajim-outgoing-nickname {
color: rgb(52, 101, 164)
}
.gajim-url {
color: rgb(117, 80, 123)
}
.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)
}