All Projects β†’ philiparvidsson β†’ GitHub-Modern-Theme-for-Emacs

philiparvidsson / GitHub-Modern-Theme-for-Emacs

Licence: other
Syntax highlighting color theme mimicking the new and updated look of GitHub's code viewer.

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to GitHub-Modern-Theme-for-Emacs

Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (+340.54%)
Mutual labels:  syntax-highlighting
Prettyprint
Beautifully formatted output for your terminal 🌈
Stars: ✭ 195 (+427.03%)
Mutual labels:  syntax-highlighting
Vim Afterglow
Vim adaptation of the Afterglow colorscheme
Stars: ✭ 248 (+570.27%)
Mutual labels:  syntax-highlighting
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (+370.27%)
Mutual labels:  syntax-highlighting
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (+413.51%)
Mutual labels:  syntax-highlighting
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (+459.46%)
Mutual labels:  syntax-highlighting
Brackeys Ide
πŸ‘¨β€πŸ’» Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (+316.22%)
Mutual labels:  syntax-highlighting
atom-tic80
Make and run TIC-80 games in Atom
Stars: ✭ 15 (-59.46%)
Mutual labels:  syntax-highlighting
Highlight
Source code to formatted text converter
Stars: ✭ 191 (+416.22%)
Mutual labels:  syntax-highlighting
Gatsby Remark Vscode
Gatsby plugin to provide VS Code’s syntax highlighting to Markdown code fences
Stars: ✭ 245 (+562.16%)
Mutual labels:  syntax-highlighting
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+381.08%)
Mutual labels:  syntax-highlighting
Ngx Highlightjs
Angular syntax highlighting module
Stars: ✭ 187 (+405.41%)
Mutual labels:  syntax-highlighting
Notehighlight2016
Source code syntax highlighting for OneNote 2016 and OneNote for O365 . NoteHighlight 2013 port for OneNote 2016 (32-bit and 64-bit)
Stars: ✭ 2,907 (+7756.76%)
Mutual labels:  syntax-highlighting
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+370.27%)
Mutual labels:  syntax-highlighting
lua-syntaxhighlight
A code syntax to HTML highlighter using lexers from Textadept
Stars: ✭ 20 (-45.95%)
Mutual labels:  syntax-highlighting
Biosyntax
Syntax highlighting for computational biology
Stars: ✭ 164 (+343.24%)
Mutual labels:  syntax-highlighting
Codeview
Android Code Highlighter
Stars: ✭ 204 (+451.35%)
Mutual labels:  syntax-highlighting
bioSyntax-archive
Syntax highlighting for computational biology
Stars: ✭ 16 (-56.76%)
Mutual labels:  syntax-highlighting
SynWrite
SynWrite text editor. Not the entire source, because EControl is closed-source. If you get the license for EControl, I will help to compile the SynWrite.
Stars: ✭ 68 (+83.78%)
Mutual labels:  syntax-highlighting
Npp Vs2012 Dark
Visual Studio 2012 Dark Theme for Notepad++
Stars: ✭ 236 (+537.84%)
Mutual labels:  syntax-highlighting

GitHub Modern Theme for Emacs

This package provides a syntax highlighting theme for Emacs, inspired by the new GitHub theme colors. It attempts to stay true to the GitHub syntax highlighting colors, while still looking good in every language inside Emacs.

NOTE: If you prefer the classic GitHub colors, you might prefer this theme over this one.

Prerequisites

  • Emacs β€” An extensible, customizable, free/libre text editor β€” and more.

Installation

The theme can either be installed manually by downloading the github-modern-theme.el file or through MELPA:

MELPA

  1. Make sure you have enabled MELPA in Emacs. (Click here for instructions.)
  2. Hit M-x in Emacs (usually, this means holding down the alt-key and pressing the x-key).
  3. Type package-install and hit enter.
  4. Type github-modern-theme and hit enter. The theme will now be downloaded and installed by Emacs.

Usage

To enable the theme, Emacs must be instructed to load it:

  1. Hit M-x again.
  2. Type load-theme and hit enter. Emacs will now prompt you for the theme name.
  3. Type github-modern and hit enter. The theme should now be applied.

If you want to apply the theme automatically when Emacs starts, make sure to add the following in your init.el file:

(load-theme 'github-modern t)

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].