54

GitHub - waymondo/apropospriate-theme: A colorful, low-contrast, light & dar...

 5 years ago
source link: https://github.com/waymondo/apropospriate-theme
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

MELPA MELPA Stable

Apropospriate Theme

A colorful, low-contrast, light & dark theme set for Emacs 24.3+. It strives to be pleasant, clean, and consistent, with special focus for the current buffer.

This theme started as a Frakenstein mash-up of base16-eighties-theme and solarized-light themes which I customized heavily, then completely swapped out the color palette based on Google's Material color suggestions.

Screenshots

apropospriate-dark-theme

apropospriate-light-theme

Install & Usage

The recommended and easiest way to install is through MELPA via package.el:

M-x package-install apropospriate-theme

Or you can always manually download the directory somewhere and add it both load-path and custom-theme-load-path.

Once installed, load either theme variant with M-x load-theme or in your config:

(require 'apropospriate)
(load-theme 'apropospriate-dark t)
;; or
(load-theme 'apropospriate-light t)

use-package style:

(use-package apropospriate-theme
  :ensure t
  :config 
  (load-theme 'apropospriate-dark t)
  ;; or
  (load-theme 'apropospriate-light t))

Supported Packages

Apropospriate supports all the usual prog-mode derived packages as well as some fun extra stuff:

  • Company Mode
  • Magit 1.x & 2.x
  • Powerline
  • Spaceline
  • Rainbow Delimiters
  • Highlight Blocks Mode
  • Highlight Tail Mode
  • Highlight Indent Guides Mode
  • Beacon
  • Flycheck
  • Flycheck Inline
  • Flymake
  • Auto Dim Other Buffers
  • Ace Jump Mode
  • Ace Jump Window
  • Ace Jump Buffer
  • Avy
  • Swoop & Helm Swoop
  • Highlight Symbol Mode
  • Git Gutter
  • Diff Hl (looks best with diff-hl-margin-mode)
  • Pulse
  • Helm
  • Helm CSS SCSS
  • Popup & Pos Tip
  • Evil
  • Tabbar
  • Org Mode
  • Guide Key
  • Which Key
  • Visible Mark
  • ERC
  • ORG
  • Aznu
  • Wgrep
  • Eshell
  • Ansi-Term
  • Neotree
  • Hydra
  • Dired Subtree
  • Symbol Overlay
  • Counsel CSS
  • Ivy Posframe
  • Smerge
  • Lsp-mode
  • Lsp-UI-mode
  • Grizzl

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK