Skip to content

Commit

Permalink
Add Pygments color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas committed Nov 11, 2012
1 parent 946a53d commit d81d7b5
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ oblivion2.conf
Bernhard Posselt <bernhard.posselt(at)gmx(dot)at>
*Matthew Brush <matt(at)geany(dot)org> (port to newer Geany)

pygments.conf
--------------
*Nicolas Holvoët <contact(at)nhrx(dot)org> (port to Geany)

railscasts2.conf
----------------
Unknown Author <unknown email address>
Expand Down
128 changes: 128 additions & 0 deletions colorschemes/pygments.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
#
# Copyright (c) 2006-2012 by the respective authors.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Ported to Geany by Nicolas Holvoët <contact(at)nhrx(dot)org>
#

[theme_info]
name=Pygments
description=Default Pygments theme for Geany
version=1.22.0
author=Pocoo
url=http://pygments.org

[named_styles]

default=#161616;#f8f8f8;false;false
error=#f00;#bfbfbf

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

selection=#2e3436;#CACACA;false;true
current_line=#2e3436;#E7E7E7;true
brace_good=#9433AD;#DCD4E0;true
brace_bad=#DDDDDD;#E0754A;true
margin_line_number=#3A4346;#D6D6D6
margin_folding=#747474;#E1E1E1
fold_symbol_highlight=#D6D6D6
indent_guide=#B5B5B5
caret=#000;#000;false
marker_line=#2e3436;#729fcf
marker_search=#2e3436;#fcaf3e
marker_mark=#565656;#D4D4D4
call_tips=default
white_space=#B5B5B5;;true

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

comment=#408080;;;true
comment_doc=#3465a4;;;true
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc_keyword,italic

number=#666
number_1=number
number_2=number_1

type=#0032FF;;true
class=type
function=#0026BC
parameter=function

keyword=#008000;;true
keyword_1=keyword
keyword_2=#008000
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=#BA2121;;false;false
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=string_1,italic
character=string_1
backtick=string_2
here_doc=string_2
verbatim=string

scalar=string_2
label=default,bold
preprocessor=#AF7100
regex=number_1
operator=default
decorator=#A2F
other=default
extra=#204a87

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

tag=#008000;;true
tag_unknown=tag
tag_end=tag
attribute=type;;true
attribute_unknown=attribute,italic
value=string_1
entity=preprocessor

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

line_added=#256A1B
line_removed=#a40000
line_changed=#ce5c00
Binary file added screenshots/pygments.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 d81d7b5

Please # to comment.