You are not logged in.
Based on "Kugel", with some modifications to suit Arc Dark, and programming string colour is green instead of red.
Save the code below as "~/.config/geany/colorschemes/kugel-arc-dark.conf", and choose it from "View -> Change Color scheme", after restarting Geany.
#
# Copyright 2011 Thomas Martitz <thomas.martitz(at)student.htw-berlin(dot)de>
# Copyright 2017 damo <damo.linux(at)gmail(dot)com>
# 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 HOLDER 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.
#
[theme_info]
name=Kugel Arc Dark
description=A dark, but not too dark, to be comfortable to the eyes. Matches Arc Dark theme.
# incremented automatically, do not change manually
version=1
author=Thomas Martitz, modified by damo
#url=https://github.com/codebrainz/geany-themes
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24;1.29
[named_colors]
fg=#b6c3cf
bg=#333641
[named_styles]
default=fg;bg;false;false
error=#f00;;true;false
# Editor styles
#-------------------------------------------------------------------------------
selection=#fff;#3F6299;false;true
current_line=#000;#3E444F;true;false
brace_good=#fff;#50aa15;true;false
brace_bad=#fff;#aa1515;true;false
margin_line_number=fg
margin_folding=#888a85;#404552
fold_symbol_highlight=#fff
indent_guide=#606c70
caret=#ddd;#000;false
marker_line=#000;#ff0;
marker_search=#000;#3B3BF1;
marker_mark=#000;#b8f4b8;
call_tips=#555753;#eeeeec
white_space=#768387;#fff;true;false
# Programming languages
#-------------------------------------------------------------------------------
comment=#888a85
comment_doc=#3f5fbf
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc_keyword,italic
number=#06a7a7
number_1=number
number_2=number_1
type=#1e90ff
class=type
function=default
parameter=#bbf647
keyword=#729fcf
keyword_1=keyword
keyword_2=type
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=#5BAD4C
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=#000;#e0c0e0
character=#8ae234
backticks=#30ff00
here_doc=#ff84cd
scalar=#bcf360
label=default,bold
preprocessor=#acac00
regex=#aaff57
operator=#fcaf3e
decorator=preprocessor
other=default
extra=#404080
# Markup-type languages
#-------------------------------------------------------------------------------
tag=type
tag_unknown=tag,italic
tag_end=tag
attribute=keyword
attribute_unknown=attribute,italic
value=string_1
entity=preprocessor
# Diff
#-------------------------------------------------------------------------------
line_added=#34b034
line_removed=#ff2727
line_changed=#7f007f
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thanks for this. Geany is usually so bright.
Offline
^ with all due respect to damo's theme, but there's plenty to choose from:
https://github.com/codebrainz/geany-themes
https://github.com/robloach/base16-geany
Offline
^ with all due respect to damo's theme, but there's plenty to choose from:
https://github.com/codebrainz/geany-themes
https://github.com/robloach/base16-geany
Which I linked to. The Arc colours are a mod of the Kugel theme from codebrainz, which I have been using for a while, and then got irritated by the clash with the gtk!
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Not a big fan of dark themes for text editors but this looks nice.
When i look at white text on a dark background i get light trailings or light remnants after looking/reading etc. Not sure what that is about so i prefer for longer periods of time to have dark writing on a light colored background.
Offline
I am the exact opposite. Too much bright really strains my eyes after awhile, so themeing the code editor with darker colors makes sense for me. Back when I was learning java, I would modify window's cmd.exe to produce a black background and matrix green text. It had just never occurred to me that I could theme geany. The just opens up a whole new world of coolness for my favorite text editor. Given @damo's new wallpapers, I feel a blue theming for my desktop coming when I get the opportunity.
Offline
If only it was possible to have one (dark) geany colour scheme for editing and another (black on white) for printing.
Offline
Which I linked to. The Arc colours are a mod of the Kugel theme from codebrainz, which I have been using for a while, and then got irritated by the clash with the gtk!
oh!
well there's still the base16 repo.
Offline
Looks really great, I like it! As a bit polish it could be delivered with #BĹ out-of-the-box.
If anyone is wanting to get rid of that vertical line: Edit -> Preferences-> Editor -> Display-> Uncheck ‘Enabled’ in Long line maker.
As I've just read it shows the (old standard) 72-character line break. At the end of the typewriter age, most designs were geared toward 72 CPL, derived from a pitch of 12 characters per inch, multiplied by 6 inches (see for example IBM Selectric). This would ensure at least 1 inch for each margin, with the U.S. government at the time having standardized on 8 1/2×11" paper. Early computer text editors used this measure as a baseline for their terminal interfaces.
Offline
@damo
Thanks...I am going to use this config in my dwmXS distro...
@martix
Thanks for the Long line tip
Offline
@mrneilypops You're welcome This theme is so great, this should be shipped with the distro.
I'm struggling with one thing though: Which code does the light grey color have? (Or which setting is it in the config above - I mean the light grey color which e.g. the line numbers have). Everything looks great, this is the only color I'd like to set it to something darker (not for the line numbers but for the code).
Last edited by martix (2017-10-01 02:42:26)
Offline