Skip to content

Instantly share code, notes, and snippets.

@foresmac
Created May 3, 2013 16:31
Show Gist options
  • Save foresmac/5510754 to your computer and use it in GitHub Desktop.
Save foresmac/5510754 to your computer and use it in GitHub Desktop.
This is designed to map Solarized Dark colors to BPython, using ANSI colors configured for OS X's Terminal via [Solarized Dark.ML.settings](https://github.com/foresmac/terminal-solarized).
# This theme attempts to map Solarized Dark colors to bpython similar to
# SublimeText 2. Requires Solarized Dark.ML.settings for Terminal.app.
# Copy to ~/.bpython/solarized.theme and
# set "color_scheme = solarized" in ~/bpython/config
[syntax]
keyword = g
name = d
comment = G
string = c
error = r
number = m
operator = g
punctuation = B
token = R
paren = W
[interface]
background = d
output = b
main = R
prompt = W
prompt_more = C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment