• Stars
    star
    307
  • Rank 136,109 (Top 3 %)
  • Language
    Emacs Lisp
  • Created over 9 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A colorful, low-contrast, light & dark theme set for Emacs with a fun name

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
  • Highlight Indentation 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
  • Dirvish
  • Symbol Overlay
  • Counsel CSS
  • Ivy Posframe
  • Smerge
  • Lsp-mode
  • Lsp-UI-mode
  • Grizzl
  • Hi-Lock
  • Flyspell
  • Display Numbers Line Mode
  • Visual-Regexp
  • Solaire
  • Frog Menu
  • Which Key Posframe
  • Company Posframe
  • Goggles
  • Orderless
  • Corfu
  • Corfu Quick
  • Vertico
  • Ediff
  • Mlscroll
  • Vertico Quick
  • Tab-bar
  • Tab-line
  • VC-Annotate
  • Window Divider Mode
  • Transient
  • Transient Posframe Mode
  • Vertico Posframe Mode
  • Tempel
  • Inf-Ruby
  • EWW
  • SHR
  • Blamer
  • Mini Popup

More Repositories

1

turboboost

Enhanced AJAX handling for Rails apps
Ruby
166
star
2

frog-jump-buffer

The fastest buffer-jumping Emacs lisp package around
Emacs Lisp
158
star
3

ace-jump-buffer

Super fast Emacs buffer switching extension for avy
Emacs Lisp
69
star
4

use-package-ensure-system-package

auto installing system binaries the emacs way
Emacs Lisp
47
star
5

ace-jump-zap

Emacs character zapping, ace-jump-mode style
Emacs Lisp
42
star
6

hoardable

ActiveRecord versioning and soft-deletion with Postgres using uni-temporal inherited tables
Ruby
35
star
7

hemacs

one man's opinionated emacs setup
Emacs Lisp
33
star
8

use-package-chords

key-chord keyword for use-package
Emacs Lisp
23
star
9

org-repo-todo

Simple repository todo management with org-mode
Emacs Lisp
21
star
10

activerecord-exclusive-arc

πŸ’« An ActiveRecord extension for implementing polymorphic relationships as exclusive arcs
Ruby
19
star
11

popup-kill-ring

browse your emacs kill ring in an autocomplete style popup menu
Emacs Lisp
18
star
12

projector.el

lightweight Emacs library for managing project/repository-aware shell and shell command buffers
Emacs Lisp
15
star
13

vscode-todoist

VSCode extension for Todoist
TypeScript
11
star
14

strapi-ruby

Simple Ruby classes for Strapi content types
Ruby
8
star
15

foreman.el

a super simple lisp for running foreman in Emacs
Emacs Lisp
3
star
16

transform-string-at-point

Emacs package for transforming the string at point between camelcase, snakecase, upcase, downcase, etc
Emacs Lisp
1
star
17

director

JavaScript plugin for dynamic template decorating from declarative attributes
CoffeeScript
1
star