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

added theme config and screenshot image for dark-lue theme :) #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
117 changes: 117 additions & 0 deletions colorschemes/dark-lue.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
#
# Copyright 2023 Collins Mutugi <monsieurcollmut@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
#

[theme_info]
name=dark-lue
description=An easy dark & blue theme.
# incremented automatically, do not change manually
version=
author=Collins Mutugi
url=collinsey.itch.io
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24

[named_styles]

default=0x808080;0x141414;false;false
error=0xffffff;0xff0000

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

selection=0xffffff;0x000000;false;true
current_line=0xffffff;0x1a1a1a;true
brace_good=0x484848;0x141414;true;false
brace_bad=0x800000;0x141414;true;true
margin_line_number=0x484848;0x141414
margin_folding=0x484848;0x141414
fold_symbol_highlight=0x262626
indent_guide=0x484848
caret=0x484848;0x000000;true
marker_line=0x80bfff;0x80bfff
marker_search=0x000000;0x0000f0
marker_mark=0x3399ff;0x3399ff
call_tips=0xc0c0c0;0xffffff;false;false
white_space=0xc0c0c0;0xffffff;true;false

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

comment=0x262626;;false;true
comment_doc=0x262626
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic

number=0xffffff
number_1=number
number_2=number_1

type=0x3399ff;;true;false
class=type
function=0xffffff
parameter=0xffffff

keyword=0x333333;;false;false
keyword_1=keyword
keyword_2=0xffffff;;true
keyword_3=keyword
keyword_4=keyword_1

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

string=0x3399ff;;false;true
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=0x000000;0xe0c0e0
character=string_1
backticks=string_2
here_doc=string_2

label=0x484848,bold
preprocessor=0x80bfff
regex=number_1
operator=0x80bfff
decorator=string_1,bold
other=0x80bfff

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

tag=type
tag_unknown=tag,bold
tag_end=tag,bold
attribute=keyword_1
attribute_unknown=attribute,bold
value=string_1
entity=default

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

line_added=0x008B8B
line_removed=0x6A5ACD
line_changed=preprocessor
Binary file added screenshots/dark-lue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.