Created
May 3, 2013 16:31
-
-
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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