# HG changeset patch # User Steve Losh # Date 1449505076 0 # Node ID bd56b86c54032b62dd4f755ab4c564c18da0b67f # Parent 757881dea1c858b6b65008cdabde3f214dfbde78# Parent 54b20efc98a799b4a2cf2d92f989722af5cc21d3 Merge pull request #24 from ressu/fix-22 Fix colors_name to g:colors_name instead diff -r 54b20efc98a7 -r bd56b86c5403 colors/badwolf.vim --- a/colors/badwolf.vim Sun Nov 15 09:51:00 2015 +0200 +++ b/colors/badwolf.vim Mon Dec 07 16:17:56 2015 +0000 @@ -443,14 +443,21 @@ call s:HL('clojureAnonArg', 'snow', '', 'bold') " }}} +" Common Lisp {{{ + +call s:HL('lispFunc', 'lime', '', 'none') +call s:HL('lispVar', 'orange', '', 'bold') +call s:HL('lispEscapeSpecial', 'orange', '', 'none') + +" }}} " CSS {{{ if g:badwolf_css_props_highlight - call s:HL('cssColorProp', 'dirtyblonde', '', 'none') - call s:HL('cssBoxProp', 'dirtyblonde', '', 'none') - call s:HL('cssTextProp', 'dirtyblonde', '', 'none') - call s:HL('cssRenderProp', 'dirtyblonde', '', 'none') - call s:HL('cssGeneratedContentProp', 'dirtyblonde', '', 'none') + call s:HL('cssColorProp', 'taffy', '', 'none') + call s:HL('cssBoxProp', 'taffy', '', 'none') + call s:HL('cssTextProp', 'taffy', '', 'none') + call s:HL('cssRenderProp', 'taffy', '', 'none') + call s:HL('cssGeneratedContentProp', 'taffy', '', 'none') else call s:HL('cssColorProp', 'fg', '', 'none') call s:HL('cssBoxProp', 'fg', '', 'none') diff -r 54b20efc98a7 -r bd56b86c5403 contrib/badwolf-theme.el --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/badwolf-theme.el Mon Dec 07 16:17:56 2015 +0000 @@ -0,0 +1,108 @@ +(deftheme badwolf "Badwolf color Theme") + +(let ((class '((class color) (min-colors 89))) + ;;Badwolf pallete + (bwc-plain "#f8f6f2") + (bwc-snow "#ffffff") + (bwc-coal "#000000") + + (bwc-brightgravel "#d9cec3") + (bwc-lightgravel "#998f84") + (bwc-gravel "#857f78") + (bwc-mediumgravel "#666462") + (bwc-deepgravel "#45413b") + (bwc-deepergravel "#35322d") + (bwc-darkgravel "#242321") + (bwc-blackgravel "#1c1b1a") + (bwc-blackestgravel "#141413") + + (bwc-dalespale "#fade3e") + (bwc-dirtyblonde "#f4cf86") + ; (bwc-taffy "#ff2c4b") + (bwc-taffy "#ff0208") + (bwc-saltwatertaffy "#8cffba") + (bwc-tardis "#0a9dff") + (bwc-orange "#ffa724") + (bwc-lime "#aeee00") + (bwc-dress "#ff9eb8") + (bwc-toffee "#b88853") + (bwc-coffee "#c7915b") + (bwc-darkroast "#88633f") + ) + + ;; theme faces + (custom-theme-set-faces + 'badwolf + `(default ((t (:inherit nil :foreground ,bwc-plain :background ,bwc-blackestgravel)))) + `(cursor ((t (:background ,bwc-tardis)))) + `(region ((t (:foreground nil :background ,bwc-mediumgravel )))) + `(fringe ((t (:background ,bwc-blackestgravel)))) + + `(minibuffer-prompt ((t (:foreground ,bwc-lime)))) + `(link ((t (:foreground ,bwc-lightgravel :underline t)))) + `(link-visited ((t (:inherit link :foreground ,bwc-orange)))) + + `(highlight ((t (:foreground ,bwc-coal :background ,bwc-dalespale)))) + `(hl-line ((t (:inherit nil :background ,bwc-darkgravel)))) + + `(linum ((t (:foreground ,bwc-mediumgravel)))) + + `(isearch ((t (:foreground ,bwc-coal :background ,bwc-dalespale :weight bold)))) + `(lazy-highlight ((t (:foreground ,bwc-coal :background, bwc-dalespale :weight bold)))) + + `(mode-line ((t (:box (:line-width -1 :style released-button) :foreground ,bwc-brightgravel :background ,bwc-darkgravel)))) + `(mode-line-inactive ((t (:box (:line-width -1 :style released-button) :foreground ,bwc-snow :background ,bwc-deepgravel)))) + + + `(font-lock-comment-face ((t (:foreground ,bwc-lightgravel)))) + `(font-lock-comment-delimiter-face ((t (:foreground ,bwc-lightgravel)))) + `(font-lock-doc-face ((t (:foreground ,bwc-snow)))) + `(font-lock-string-face ((t (:foreground ,bwc-dirtyblonde)))) + `(font-lock-function-name-face ((t (:foreground ,bwc-orange)))) + `(font-lock-variable-name-face ((t (:foreground ,bwc-dress)))) + `(font-lock-builtin-face ((t (:foreground ,bwc-taffy :weight bold)))) + `(font-lock-keyword-face ((t (:foreground ,bwc-taffy :weight bold)))) + `(font-lock-type-face ((t (:foreground ,bwc-dress)))) + `(font-lock-constant-face ((t (:foreground ,bwc-orange)))) + `(font-lock-warning-face ((t (:foreground ,bwc-dress :weight bold)))) + + `(show-paren-match ((t (:background ,bwc-tardis :weight bold)))) + `(show-paren-mismatch ((t (:background ,bwc-taffy :weight bold)))) + + ;; rainbow-delimiters + `(rainbow-delimiters-depth-1-face ((t (:foreground ,bwc-lightgravel)))) + `(rainbow-delimiters-depth-2-face ((t (:foreground ,bwc-orange)))) + `(rainbow-delimiters-depth-3-face ((t (:foreground ,bwc-saltwatertaffy)))) + `(rainbow-delimiters-depth-4-face ((t (:foreground ,bwc-dress)))) + `(rainbow-delimiters-depth-5-face ((t (:foreground ,bwc-coffee)))) + `(rainbow-delimiters-depth-6-face ((t (:foreground ,bwc-dirtyblonde)))) + `(rainbow-delimiters-depth-7-face ((t (:foreground ,bwc-orange)))) + `(rainbow-delimiters-depth-8-face ((t (:foreground ,bwc-saltwatertaffy))) + `(rainbow-delimiters-depth-9-face ((t (:foreground ,bwc-dress)))) + `(rainbow-delimiters-depth-10-face ((t (:foreground ,bwc-coffee)))) + `(rainbow-delimiters-depth-11-face ((t (:foreground ,bwc-dirtyblonde)))) + `(rainbow-delimiters-unmatched-face ((t (:foreground "red")))) + + + + + )) + + (custom-set-faces + `(ein:cell-input-area ((t (:background ,bwc-blackestgravel :inherit nil)))) + `(ein:cell-input-prompt ((t (:foreground ,bwc-orange :background nil :inherit nil)))) + `(ein:cell-output-prompt ((t (:foreground ,bwc-taffy :background nil :inherit nil)))) + '(mumamo-background-chunk-major ((((class color) (min-colors 88) (background dark)) nil))) + + `(ac-candidate-face ((t (:background ,bwc-lightgravel)))) + `(ac-selection-face ((t (:foreground ,bwc-coal :background ,bwc-orange)))) + + `(flymake-errline ((t (:background nil :underline ,bwc-taffy )))) + `(flymake-warnline ((t (:background nil :underline ,bwc-dress )))) + ) + + + (font-lock-add-keywords 'python-mode `(("\\<\\(import\\||from\\|except\\|finally\\|try\\|from\\|\\)\\>" 1 '(:foreground ,bwc-lime ) t))) + ) + +(provide-theme 'badwolf) diff -r 54b20efc98a7 -r bd56b86c5403 contrib/badwolf.dvtcolortheme --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/badwolf.dvtcolortheme Mon Dec 07 16:17:56 2015 +0000 @@ -0,0 +1,142 @@ + + + + + DVTConsoleDebuggerInputTextColor + 0.972549 0.964706 0.94902 1 + DVTConsoleDebuggerInputTextFont + Monaco - 11.0 + DVTConsoleDebuggerOutputTextColor + 0.972549 0.964706 0.94902 1 + DVTConsoleDebuggerOutputTextFont + Monaco - 11.0 + DVTConsoleDebuggerPromptTextColor + 0.0392157 0.615686 1 1 + DVTConsoleDebuggerPromptTextFont + Monaco - 11.0 + DVTConsoleExectuableInputTextColor + 0.972549 0.964706 0.94902 1 + DVTConsoleExectuableInputTextFont + Monaco - 11.0 + DVTConsoleExectuableOutputTextColor + 0.972549 0.964706 0.94902 1 + DVTConsoleExectuableOutputTextFont + Monaco - 11.0 + DVTConsoleTextBackgroundColor + 0.138326 0.138352 0.13832 1 + DVTConsoleTextInsertionPointColor + 0 0 0 1 + DVTConsoleTextSelectionColor + 0.2 0.2 0.2 1 + DVTDebuggerInstructionPointerColor + 0.705792 0.8 0.544 1 + DVTSourceTextBackground + 0.0784314 0.0784314 0.0745098 1 + DVTSourceTextBlockDimBackgroundColor + 0.5 0.5 0.5 1 + DVTSourceTextInsertionPointColor + 0.0392157 0.615686 1 1 + DVTSourceTextInvisiblesColor + 0.85098 0.807843 0.764706 1 + DVTSourceTextSelectionColor + 0.207843 0.196078 0.176471 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1 0.619608 0.721569 1 + xcode.syntax.character + 0.721569 0.533333 0.32549 1 + xcode.syntax.comment + 0.521569 0.498039 0.470588 1 + xcode.syntax.comment.doc + 0.521569 0.498039 0.470588 1 + xcode.syntax.comment.doc.keyword + 0.521569 0.498039 0.470588 1 + xcode.syntax.identifier.class + 0.972549 0.964706 0.94902 1 + xcode.syntax.identifier.class.system + 0.972549 0.964706 0.94902 1 + xcode.syntax.identifier.constant + 0.721569 0.533333 0.32549 1 + xcode.syntax.identifier.constant.system + 0.721569 0.533333 0.32549 1 + xcode.syntax.identifier.function + 1 0.654902 0.141176 1 + xcode.syntax.identifier.function.system + 1 0.654902 0.141176 1 + xcode.syntax.identifier.macro + 0.682353 0.933333 0 1 + xcode.syntax.identifier.macro.system + 0.682353 0.933333 0 1 + xcode.syntax.identifier.type + 1 0.654902 0.141176 1 + xcode.syntax.identifier.type.system + 1 0.654902 0.141176 1 + xcode.syntax.identifier.variable + 0.972549 0.964706 0.94902 1 + xcode.syntax.identifier.variable.system + 0.972549 0.964706 0.94902 1 + xcode.syntax.keyword + 1 0.172549 0.294118 1 + xcode.syntax.number + 0.721569 0.533333 0.32549 1 + xcode.syntax.plain + 0.972549 0.964706 0.94902 1 + xcode.syntax.preprocessor + 0.682353 0.933333 0 1 + xcode.syntax.string + 0.956863 0.811765 0.52549 1 + xcode.syntax.url + 0.721569 0.533333 0.32549 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Monaco - 11.0 + xcode.syntax.character + Monaco - 11.0 + xcode.syntax.comment + Monaco - 11.0 + xcode.syntax.comment.doc + Monaco - 11.0 + xcode.syntax.comment.doc.keyword + Monaco - 11.0 + xcode.syntax.identifier.class + Monaco - 11.0 + xcode.syntax.identifier.class.system + Monaco - 11.0 + xcode.syntax.identifier.constant + Monaco - 11.0 + xcode.syntax.identifier.constant.system + Monaco - 11.0 + xcode.syntax.identifier.function + Monaco - 11.0 + xcode.syntax.identifier.function.system + Monaco - 11.0 + xcode.syntax.identifier.macro + Monaco - 11.0 + xcode.syntax.identifier.macro.system + Monaco - 11.0 + xcode.syntax.identifier.type + Monaco - 11.0 + xcode.syntax.identifier.type.system + Monaco - 11.0 + xcode.syntax.identifier.variable + Monaco - 11.0 + xcode.syntax.identifier.variable.system + Monaco - 11.0 + xcode.syntax.keyword + Monaco - 11.0 + xcode.syntax.number + Monaco - 11.0 + xcode.syntax.plain + Monaco - 11.0 + xcode.syntax.preprocessor + Monaco - 11.0 + xcode.syntax.string + Monaco - 11.0 + xcode.syntax.url + Monaco - 11.0 + + +