#
# Easy to read Color Scheme for use with AGK
# No explicit license or copyright info
# Best used with geany.gtkrc last line edited to one of the following
#include "../share/themes/ClearlooksDark/gtk-2.0/gtkrc"
#include "../share/themes/Nodoka-Midnight/gtk-2.0/gtkrc" #My Choice

[theme_info]
name=AGK Neo
description=easy to read Color Scheme made for people with highly sensitive eyes (like me).
# incremented automatically, do not change manually
version=1000
author=NeoFrags <neofragsxd@gmail.com>
url= N/A
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24;1.24.1

[named_styles]

default=#f5f5f0;#141414;false;false
error=#e37170;#332323

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

selection=#000;#7d7d7d;false;true
current_line=#000;#232323;true
brace_good=#ff9900;#008800;true;false
brace_bad=#ff9900;#880000;true;false
margin_line_number=#f5f5f0;#141414
margin_folding=#ff9900;#141414
fold_symbol_highlight=#442200
indent_guide=#666
caret=#fff;;false
marker_line=#000;#ff0
marker_search=#000;#0000f0
marker_mark=#000;#b8f4b8
call_tips=#c0c0c0;#fff;false;false
white_space=#666;#fff;true;false

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

comment=#167516
comment_doc=comment
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic

number=#f5f5f0
number_1=number
number_2=number_1

type=#0062ff;;
class=type
function=#efef1f
parameter=#efdcbc

keyword=#a9f2f5;;
keyword_1=keyword
keyword_2=keyword_1
keyword_3=keyword_1
keyword_4=keyword_1

identifier=#ff0000
identifier_1=identifier
identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=identifier_1

string=#bb6688
string_1=string
string_2=string_1
string_3=string_1
string_4=string_1
string_eol=string_1,italic
character=string_1
backticks=string_2
here_doc=string_2

scalar=string_2
label=#888888,bold
preprocessor=#ffcfaf
regex=number_1
operator=#ff9900
decorator=string_1,bold
other=default

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

tag=#f0dfaf
tag_unknown=tag
tag_end=tag
attribute=#dfdfbf
attribute_unknown=attribute
value=string_1
entity=default

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

line_added=#709080;#313c36;true
line_removed=#333;#464646
line_changed=preprocessor
