Solarized theme

edited October 2015 in Share Your Work

I'm working on solarized theme for IDE processing (wip image):

pde_solarized

I have found the following tokens to modify:

editor.token.comment1.style=#586e75,plain
editor.token.comment2.style=#586e75,plain
editor.token.function1.style=#b58900,plain
editor.token.function2.style=#6c71c4,plain
editor.token.function3.style=#268bd2,plain
editor.token.function4.style=#dc322f,bold
editor.token.invalid.style=#eee8d5,plain
editor.token.keyword1.style=#dc322f,plain
editor.token.keyword2.style=#cb4b16,plain
editor.token.keyword3.style=#268bd2,plain
editor.token.keyword4.style=#2aa198,plain
editor.token.keyword5.style=#859900,plain
editor.token.keyword6.style=#6c71c4,plain
editor.token.label.style=#eee8d5,plain
editor.token.literal1.style=#cb4b16,plain
editor.token.literal2.style=#2aa198,plain
editor.token.operator.style=#eee8d5,bold

Some questions:

Which keywords belong to each token ?

Where i can find some info on all preferences.txt parameters ?

More, the "status.notice.bgcolor = #818b95" do not change (the gray divider between the code window and the console/error window).

Thanks. p.s. i can post the theme.txt and preferences.txt if interested :\">

Comments

Sign In or Register to comment.