Skip to content

Instantly share code, notes, and snippets.

@justjanne
Last active January 28, 2016 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justjanne/b0656b2ce048f9871d0d to your computer and use it in GitHub Desktop.
Save justjanne/b0656b2ce048f9871d0d to your computer and use it in GitHub Desktop.
##############################
# QuasselDroid default theme #
##############################
# Uses AARRGGBB or RRGGBB format for colors
# Used for status bar and appbar
colorPrimary=#0271B3
colorPrimaryDark=#02588c
colorAccent=#ffeb3b
# Quassel sender highlighting
senderColor0=#e90d7f
senderColor1=#8e55e9
senderColor2=#b30e0e
senderColor3=#17b339
senderColor4=#58afb3
senderColor5=#9d54b3
senderColor6=#b39775
senderColor7=#3176b3
senderColor8=#e90d7f
senderColor9=#8e55e9
senderColorA=#b30e0e
senderColorB=#17b339
senderColorC=#58afb3
senderColorD=#9d54b3
senderColorE=#b39775
senderColorF=#3176b3
# Used for mirc-color coded messages
mircColor0=#ffffff
mircColor1=#000000
mircColor2=#000080
mircColor3=#008000
mircColor4=#ff0000
mircColor5=#800000
mircColor6=#800080
mircColor7=#ffa500
mircColor8=#ffff00
mircColor9=#00ff00
mircColorA=#008080
mircColorB=#00ffff
mircColorC=#4169e1
mircColorD=#ff00ff
mircColorE=#808080
mircColorF=#c0c0c0
colorForeground=#DE000000
# Used as foreground color for messages with highlights
colorForegroundHighlight=#DE000000
# Used as foreground color for server messages and the input panel at the bottom
colorForegroundSecondary=#8A000000
# Used as foreground color for /me messages
colorForegroundAction=#1a237e
colorBackground=#FAFAFA
# Used as background for messages which have a highlight
colorBackgroundHighlight=#ff8811
# Used behind the chatview
colorBackgroundSecondary=#00000000
# Used as background of the bottom input panel
colorBackgroundCard=#FFFFFF
# Colors for the channel names in the buffer list in their different states
colorTintActivity=#88cc33
colorTintMessage=#2277dd
colorTintHighlight=#ff8811
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment