dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 389120edcb0cb2fec72b3237ed986241c529647c
parent b7dc5ba2330977fa63af8a2773f762c9acfb2cda
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Feb 2021 15:48:48 +0000

mutiny theme

Diffstat:
Atuir/.config/tuir/themes/mutiny.cfg | 50++++++++++++++++++++++++++++++++++++++++++++++++++
Mtuir/.config/tuir/tuir.cfg | 2+-
2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/tuir/.config/tuir/themes/mutiny.cfg b/tuir/.config/tuir/themes/mutiny.cfg @@ -0,0 +1,50 @@ +[theme] +;<element> = <foreground> <background> <attributes> +Normal = default default normal +Selected = default default normal +SelectedCursor = magenta default reverse + +TitleBar = yellow default normal +OrderBar = magenta - bold +OrderBarHighlight = magenta - bold+reverse +HelpBar = white default normal +Prompt = white magenta bold +NoticeInfo = - - bold +NoticeLoading = - - bold +NoticeError = - - bold +NoticeSuccess = - - bold + +CursorBlock = - - - +CursorBar1 = magenta - - +CursorBar2 = blue - - +CursorBar3 = magenta - - +CursorBar4 = blue - - + +CommentAuthor = magenta - bold +CommentAuthorSelf = cyan - bold +CommentCount = - - - +CommentText = default - normal +Created = - - - +Downvote = red - normal +Gold = yellow - bold +HiddenCommentExpand = - - bold +HiddenCommentText = - - - +MultiredditName = white - bold +MultiredditText = - - - +NeutralVote = - - bold +NSFW = red - bold+reverse +Saved = cyan - - +Score = - - - +Separator = - - bold +Stickied = yellow - - +SubscriptionName = magenta - bold +SubscriptionText = white - - +SubmissionAuthor = yellow - bold +SubmissionFlair = blue - normal +SubmissionSubreddit = magenta - normal +SubmissionText = - - - +SubmissionTitle = green - bold +Upvote = green - normal +Link = white - normal +LinkSeen = black - bold +UserFlair = blue - bold diff --git a/tuir/.config/tuir/tuir.cfg b/tuir/.config/tuir/tuir.cfg @@ -55,7 +55,7 @@ hide_username = False ; Color theme, use "tuir --list-themes" to view a list of valid options. ; This can be an absolute filepath, or the name of a theme file that has ; been installed into either the custom of default theme paths. -theme = downtime +theme = mutiny ; Open a new browser window instead of a new tab in existing instance force_new_browser_window = False