Created
September 16, 2011 11:25
-
-
Save sss/1221903 to your computer and use it in GitHub Desktop.
Solarized for TeraTerm
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
; | |
; Solarized [1] for TeraTerm [2] | |
; | |
; [1] <http://ethanschoonover.com/solarized> | |
; [2] <http://ttssh2.sourceforge.jp/> | |
; | |
; * Add this to your TERATERM.ini | |
; * ANSIColor setting is the same between Solarized Light and Dark, | |
; but you need to choose VTColor and VTReverseColor settings | |
; depending on your flavour (Light or Dark). | |
; * You need TeraTerm after r4640 (will be included in the next version of v4.71), | |
; due to the bug in loading the entry 0 of ANSIColor from the configuration file. | |
; As a workaround, you should set entry 0 of ANSIColor manually. | |
; | |
[Tera Term] | |
;; Solarized (for Light and Dark) | |
ANSIColor=0,7,54,66, 1,220,50,47, 2,133,153,0, 3,181,137,0, 4,38,139,210, 5,211,54,130, 6,42,161,152, 7,238,232,213, 8,0,43,54, 9,203,75,22, 10,88,110,117, 11,101,123,131, 12,131,148,150, 13,108,113,196, 14,147,161,161, 15,253,246,227 | |
; | |
;; Solarized Light | |
; VTColor=101,123,131,253,246,227 | |
; VTReverseColor=253,246,227,101,123,131 | |
; | |
;; Solarized Dark | |
; VTColor=131,148,150,0,43,54 | |
; VTReverseColor=0,43,54,131,148,150 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment