Skip to content

Commit

Permalink
Add Tango Light theme, created by Colomban Wendling
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brush committed Mar 4, 2011
1 parent 00945e3 commit c50b326
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 0 deletions.
File renamed without changes.
94 changes: 94 additions & 0 deletions colorschemes/tango-light.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
[theme_info]
name=Tango Light
description=A light theme using Tango colors.
version=0.01
author=Colomban Wendling <lists.ban@herbesfolles.org>
url=

[named_styles]

default=0x2e3436;0xeeeeec;false;false
error=0x2E3436;0xEF2929

# Editor styles
#-------------------------------------------------------------------------------

selection=0x2e3436;0xbabdb6;false;true
current_line=0x2e3436;0xd3d7cf;true
brace_good=0x5C3566;;true
brace_bad=0x2E3436;0xEF2929;true
margin_line_number=0x2e3436;0xbabdb6
margin_folding=0x2e3436;0xd3d7cf
fold_symbol_highlight=0xd3d7cf
indent_guide=0xbabdb6
caret=0x000000;0x000000;false
marker_line=0x2E3436;0x729FCF
marker_search=0x2E3436;0xFCAF3E
marker_mark=0x2E3436;0x8AE234
call_tips=0x555753;0xEEEEEC
white_space=0xbabdb6;;true

# Programming languages
#-------------------------------------------------------------------------------

comment=0xcc0000;;;true
comment_doc=0x3465a4;;;true
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc_keyword,italic

number=0x4e9a06
number_1=number
number_2=number_1

type=0x4E9A06;;true
class=type
function=default
parameter=function

keyword=0x204A87;;true
keyword_1=keyword
keyword_2=0xA40000;;true
keyword_3=keyword_1
keyword_4=keyword_1

identifier=default
identifier_1=identifier
identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=identifier_1

string=0xCE5C00;;false;false
string_1=string
string_2=string_1
string_eol=string_1,italic
character=string_1
backtick=string_2
here_doc=string_2

label=default,bold
preprocessor=0x75507B
regex=number_1
operator=default
decorator=string_1,bold
other=default
extra=other

# Markup-type languages
#-------------------------------------------------------------------------------

tag=0x204A87;;true
tag_unknown=tag
tag_end=tag
attribute=0x4E9A06;;true
attribute_unknown=attribute,italic
value=string_1
entity=preprocessor

# Diff
#-------------------------------------------------------------------------------

line_added=0xA40000
line_removed=0x4E9A06
line_changed=0xCE5C00
File renamed without changes
Binary file added screenshots/tango-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c50b326

Please sign in to comment.