Created
May 5, 2015 05:08
-
-
Save michael-lazar/744bbd285f9da7d8f73f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This configuration file contains the default theme for RTV. | |
# | |
# Format: | |
# Label=ColorForeground,ColorBackground,Modifiers(optional) | |
# | |
# The color palette is indexed as follows: | |
# | |
# -1: Default | |
# The system defined default color. | |
# | |
# 0-15: System colors | |
# 0 BLACK 8 DARK_GRAY | |
# 1 RED 9 BRIGHT_RED | |
# 2 GREEN 10 BRIGHT_GREEN | |
# 3 YELLOW 11 BRIGHT_YELLOW | |
# 4 BLUE 12 BRIGHT_BLUE | |
# 5 MAGENTA 13 BRIGHT_MAGENTA | |
# 6 CYAN 14 BRIGHT_CYAN | |
# 7 LIGHT_GRAY 15 WHITE | |
# | |
# 16-231: 6x6x6 Color Cube | |
# All combinations of red, green, and blue from 0 to 5. | |
# | |
# 232-255: Grayscale Ramp | |
# 24 shades of gray, not including black and white. | |
# | |
# See http://en.wikipedia.org/wiki/ANSI_escape_code#Colors for more info | |
# | |
# In addition to color, curses enables the use of text modifiers. These | |
# modifiers are optional and are not implemented on every terminal. | |
# BOLD, ITALIC, UNDERLINE, REVERSE | |
[default] | |
HeaderBackground=6,-1,BOLD+REVERSE | |
HeaderText=6,-1,BOLD+REVERSE | |
SubmissionTitle=-1,-1,BOLD | |
SubmissionText=-1,-1 | |
SubmissionAuthor=2,-1,BOLD | |
SubmissionFlair=3,-1,BOLD | |
SubmissionScore=-1,-1 | |
SubmissionAge=-1,-1 | |
SubmissionReplies=-1,-1 | |
SubmissionLink=4,-1,UNDERLINE | |
SubmissionLinkSeen=5,-1,UNDERLINE | |
CommentAuthor=4,-1,BOLD | |
CommentText=-1,-1 | |
CommentScore=-1,-1 | |
CommentAge=-1,-1 | |
CommentFlair=3,-1,BOLD | |
CommentLevelOne=5,-1 | |
CommentLevelTwo=6,-1 | |
CommentLevelThree=2,-1 | |
CommentLevelFour=3,-1 | |
MoreCommentText=-1,-1 | |
MoreCommentCount=-1,-1,BOLD | |
PromptText=6,-1,BOLD | |
PromptInput=6,-1,BOLD | |
GuildedTag=3,-1,BOLD | |
NsfwTag=1,-1,BOLD | |
UpvoteArrow=2,-1,BOLD | |
DownvoteArrow=1,-1,BOLD | |
NeutralArrow=-1,-1,BOLD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment