From 16fe81ed2e995c742a44b0e43c3e6018ac06e7c4 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 20 Jul 2013 17:22:09 +0200 Subject: [PATCH] change pentadactyl theme again, fix feedly settings --- pentadactyl/colors/oddity.penta | 68 ++++++++++++++++++++++++++++++ pentadactyl/pentadactylrc.symlink | 69 +++++++++++++++++++++---------- 2 files changed, 116 insertions(+), 21 deletions(-) create mode 100644 pentadactyl/colors/oddity.penta diff --git a/pentadactyl/colors/oddity.penta b/pentadactyl/colors/oddity.penta new file mode 100644 index 0000000..12c0e5f --- /dev/null +++ b/pentadactyl/colors/oddity.penta @@ -0,0 +1,68 @@ +" ==Pentadactyl_Color_Scheme== +" name: Oddity +" ==Oddity_Colorscheme_Settings== + +"StatusLine settings +hi StatusLine color: #bbbbbb !important; background-color: #202020 !important; font-weight: bold !important; "font-size: 9pt !important; +hi StatusLineBroken color: #000000 !important; background: #afafff !important; "font-size: 9pt !important; +hi StatusLineSecure color: #000000 !important; background: #afffaf !important; "font-size: 9pt !important; + +"CmdLine settings excluding Gradient +hi Normal color: #bbbbbb; background: #202020; font-weight: bold !important; +hi CmdLine background: #202020; color: #bbbbbb; font-weight: normal !important; "font-size: 9pt !important; +hi CompDesc color: #bbbbbb; width: 50%; font-weight: normal !important; +hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; +"hi CompIcon display: none; +hi CompItem[selected] background: #404040; +hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; +hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; +hi CompMsg font-style: italic; margin-left: 16px; +hi CompResult width: 45%; overflow: hidden; font-family: "Droid Sans Mono"; font-weight: normal; +hi CompTitle color: #bbbbbb !important; background: #2a2a2a !important; +hi CompTitle>* padding: 0 .5ex; font-weight: bold !important; +hi Filter font-weight: bold; color: #eeeeee !important; + +"When using tab complete in CmdLine, line separating Title from function and description +hi CompTitleSep -a background: #00bbff; background: -moz-linear-gradient(60deg, #00bbff, #222222); + +"Used with ]f and [f +hi FrameIndicator background-color: #222222; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; + +hi Bell border: 0 none; background-color: #222222; +"hi ErrorMsg color: #ffffff; background: red; font-weight: bold; + + +"Hint section +"hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: #f6e9e9; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px; +hi Hint font-family: Sans; font-size: 11px; font-weight: bold; color: white !important; background-color: rgba(0, 0, 0, 0.6) !important; border: solid 1px LightGray !important; +hi Hint::after content: attr(number); +hi HintActive background: blue !important; color: #ffffff !important; +hi HintElem background-color: inherit !important; "#ffffff !important; "font-color: #ffffff !important; +hi HintImage opacity: .5; + +"Other important stuff +hi Indicator color: inherit !important; font-weight: bold; width: 4px; +hi InfoMsg color: #afafaf !important; background: inherit !important; +hi Message color: #222222 !important; background: inherit !important; font-weight: bold; white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; +hi WarningMsg color: red !important; background: #ffffff !important; +hi ErrorMsg color: red !important; background: #ffffff !important; +hi ModeMsg color: inherit !important; background: inherit !important; font-weight: bold !important;"CmdLine when Not in Use +hi MoreMsg color: #afafaf !important; background: inherit !important; +hi NonText color: lightblue !important; min-height: 16px; padding-left: 2px; +hi Question color: #ffffff !important; background: inherit !important; font-weight: bold; +hi Search font-size: inherit !important; padding: 0; color: inherit !important; background-color: yellow; padding: 0; +hi Function color: lightgreen !important; background: inherit !important; +hi Number color: tan !important; background: inherit !important +hi String color: #222222 !important; background: inherit !important; +hi Tag color: #222222 !important; background: inherit !important; +hi Title color: #222222 !important; background: inherit !important; font-weight: bold; +hi URL text-decoration: none; color: lightblue !important; background: inherit !important; +hi URL:hover text-decoration: underline; cursor: pointer; +hi LineNr color: #afafaf !important; background: inherit !important; + +"style -name statusbar chrome://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } +"EOM + +"For other descriptions of each item, please see ``Styling'' section included with Pentadactyl diff --git a/pentadactyl/pentadactylrc.symlink b/pentadactyl/pentadactylrc.symlink index a3d2fe0..e642992 100644 --- a/pentadactyl/pentadactylrc.symlink +++ b/pentadactyl/pentadactylrc.symlink @@ -1,6 +1,8 @@ " vim: set ft=pentadactyl:ts=4:sw=4:tw=0: set runtimepath=~/dotfiles/pentadactyl -colorscheme zenburn +colorscheme oddity + +set go+=N " google reader: group -description 'Google reader' -locations=www.google.com/reader google @@ -17,13 +19,13 @@ nmap -group google gp set passkeys+=www.google.com/reader:"12jksv?/rnpNPXamAT " " feedly: -group -description 'Feedly' -locations=www.feedly.com feedly +group -description 'Feedly' -locations=feedly.com feedly nmap -group feedly gm nmap -group feedly ga nmap -group feedly gg nmap -group feedly gl -set passkeys+=www.feedly.com:"r/jknpvmxs" +set passkeys+=feedly.com:"r/jknpvmxs" " github: set passkeys+=github.com:"r?jks" @@ -36,31 +38,56 @@ style -name=minimal chrome://* <