Skip to content

Instantly share code, notes, and snippets.

@solyarisoftware
Last active March 4, 2017 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solyarisoftware/464051254e5e952ac5332d50e93cfe2a to your computer and use it in GitHub Desktop.
Save solyarisoftware/464051254e5e952ac5332d50e93cfe2a to your computer and use it in GitHub Desktop.
micro editor (https://github.com/zyedidia/micro) monokay colorscheme modified. Path: /yourhome/.config/micro/colorschemes/monokai-mod.micro
color-link default "#F8F8F2,#282828"
color-link comment "#75715E,#282828"
color-link identifier "#66D9EF,#282828"
color-link constant "#AE81FF,#282828"
color-link constant.string "#E6DB74,#282828"
color-link constant.string.char "#BDE6AD,#282828"
color-link statement "#F92672,#282828"
color-link symbol "#F92672,#282828"
color-link preproc "#CB4B16,#282828"
color-link type "#66D9EF,#282828"
color-link special "#A6E22E,#282828"
color-link underlined "#D33682,#282828"
color-link error "bold #CB4B16,#282828"
color-link todo "bold #D33682,#282828"
color-link statusline "#AAAAAA,#323232"
color-link indent-char "#505050,#282828"
color-link line-number "#AAAAAA,#323232"
color-link current-line-number "#AAAAAA,#282828"
color-link gutter-error "#CB4B16,#282828"
color-link gutter-warning "#E6DB74,#282828"
color-link cursor-line "#323232"
color-link color-column "#323232"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment