Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DogLooksGood/joker-theme
A minimal theme for emacs.
https://github.com/DogLooksGood/joker-theme
emacs minimal-theme theme
Last synced: 3 months ago
JSON representation
A minimal theme for emacs.
- Host: GitHub
- URL: https://github.com/DogLooksGood/joker-theme
- Owner: DogLooksGood
- Created: 2020-01-21T18:33:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T06:26:55.000Z (almost 4 years ago)
- Last Synced: 2024-08-07T18:31:23.926Z (6 months ago)
- Topics: emacs, minimal-theme, theme
- Language: Emacs Lisp
- Homepage:
- Size: 82 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joker Theme
> A simple dark theme for coding in the midnight.
## Installation
Add `joker-theme.el` to your `load-theme`, then enable `joker` theme.
## Tips
If you using a WM and have a nice border color, you may want to set `joker-theme-main-color` to that color.
You may want to disable fringe in minibuffer
```emacs-lisp
(add-hook 'after-make-frame-functions
(lambda (frame)
(set-window-fringes
(minibuffer-window frame) 0 0 nil t)))
```## screenshot
![screenshot](https://user-images.githubusercontent.com/11796018/106364491-60675500-636a-11eb-8e90-1a99ef765b7e.png)