Skip to content

Instantly share code, notes, and snippets.

@nealey
Created April 28, 2020 15:16
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 nealey/e378a47bba4c425b3392b9e25f99b613 to your computer and use it in GitHub Desktop.
Save nealey/e378a47bba4c425b3392b9e25f99b613 to your computer and use it in GitHub Desktop.
/* Solarized */
#define SOL_BASE03 0x002b36ff
#define SOL_BASE02 0x073642ff
#define SOL_BASE01 0x586e75ff
#define SOL_BASE00 0x657b83ff
#define SOL_BASE0 0x839496ff
#define SOL_BASE1 0x93a1a1ff
#define SOL_BASE2 0xeee8d5ff
#define SOL_BASE3 0xfdf6e3ff
#define SOL_YELLOW 0xb58900ff
#define SOL_ORANGE 0xcb4b16ff
#define SOL_RED 0xdc322fff
#define SOL_MAGENTA 0xd33682ff
#define SOL_VIOLET 0x6c71c4ff
#define SOL_BLUE 0x268bd2ff
#define SOL_CYAN 0x2aa198ff
#define SOL_GREEN 0x859900ff
/* Tag area */
#define C_TAGBG SOL_BASE2
#define C_TAGFG SOL_BASE00
#define C_TAGHLBG SOL_BASE3
#define C_TAGHLFG SOL_BLUE
/* Text area */
#define C_TXTBG SOL_BASE3
#define C_TXTFG SOL_BASE00
#define C_TXTHLBG SOL_BASE2
#define C_TXTHLFG C_TXTFG
/* That little rectangle at the top left, and the scrollbar */
#define C_WINBUTTON SOL_BASE0
#define C_COLBUTTON SOL_BASE0
#define C_TMPBUTTON SOL_MAGENTA
#define C_SCROLLBG SOL_BASE0
/* Highlight for dragging with mouse buttons 2 and 3 */
#define C_BUTTON2HL SOL_CYAN
#define C_BUTTON3HL SOL_VIOLET
@nealey
Copy link
Author

nealey commented Apr 28, 2020

Solarized light for Acme2K

Screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment