Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DarkHorizon Theme #60

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions colorschemes/DarkHorizon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@

#
# Copyright Éric "delt" Tremblay
#
# Ported from a previous theme i made for kate/kwrite.
# Licensed under GPL version 2, same as geany itself.
#

[theme_info]
name= DarkHorizon
description=A dark-blueish theme, good for many programming languages
# incremented automatically, do not change manually
version=1
author=Amit Mishra
url=https://github.com/geany/geany-themes/
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24

[named_styles]

default=#c1c1c1;#010a15;false;false
error=#ff0;#FFFFFF;true;true;

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

selection=#000;#FFFFFF;true;true
current_line=#fff;#444768;true
brace_good=#000000;#FFFFFF;true;false
brace_bad=#fff;#f00;true;false
margin_line_number=#55a;#000
margin_folding=#338;#113
fold_symbol_highlight=#113
indent_guide=#121d20
caret=#fbff00;#fbff00;false
marker_line=#000;#ff0
marker_search=#000;#0000f0
marker_mark=#000;#b8f4b8
call_tips=#c0c0c0;#fff;false;false
white_space=#111a25;;true

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

comment=#8B6914;;false;false
comment_doc=comment
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold, italic
comment_doc_keyword_error=comment_doc,italic

number=#FFF100;;false;false
number_1=number
number_2=number_1

type=#75ffd6;;true;false
class=#00ff5c;;false;false
function=default
parameter=default

keyword=#00FEFF;;true;false
keyword_1=#00FEFF;;true;false;
keyword_2=#0ff;;true;false;
keyword_3=#00FF21
keyword_4=keyword_1

identifier=
identifier_1=#FFFFFF
identifier_2=#FFFFFF
identifier_3=#ff0
identifier_4=#FF0000

string=#FFFFFF;;true;false
string_1=string
string_2=string_1
string_3=#FFFFFF
string_4=#FFFFFF
string_eol=string_1,italic
character=string_1
backticks=string_2
here_doc=string_2

scalar=string_2
label=default,bold
preprocessor=#00ff5c;;true;false
regex=number_1
operator=#FFFFFF;;false;false
decorator=string_1,bold
other=default

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

tag=#fff;;true;false
tag_unknown=#ff4
tag_end=#ff0;;true;false
attribute=#0ff;;false;false
attribute_unknown=attribute
value=string_1
entity=default

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

line_added=#008b8b
line_removed=#6a5acd
line_changed=preprocessor