Skip to content

Commit

Permalink
Merge pull request #33 from jgmdev/master
Browse files Browse the repository at this point in the history
One Dark atom port
  • Loading branch information
dmaphy committed Jul 11, 2022
2 parents 6a5d502 + 60626c1 commit 93de0cf
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 3 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Expand Up @@ -106,6 +106,10 @@ oblivion2.conf
Bernhard Posselt <bernhard.posselt(at)gmx(dot)at>
*Matthew Brush <matt(at)geany(dot)org> (port to newer Geany)

one-dark.conf
--------------
*Jefferson Gonzalez <jgmdev(at)gmail(dot)com> (port to Geany)

pygments.conf
--------------
*Nicolas Holvoët <contact(at)nhrx(dot)org> (port to Geany)
Expand Down
148 changes: 148 additions & 0 deletions colorschemes/one-dark.conf
@@ -0,0 +1,148 @@
# Copyright (c) 2016 GitHub Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
# Ported to Geany and tweaked by Jefferson González <jgmdev(at)gmail(dot)com>
#

[theme_info]
name=One Dark
description=Port of atom one dark theme.
# incremented automatically, do not change manually
version=1
author=GitHub Inc.
url=https://github.com/atom/atom/tree/master/packages/one-dark-syntax
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24

[named_colors]

# Monochrome -----------------------------------
mono_1=#abb2bf
mono_2=#828997
mono_3=#5c6370
mono_4=#282c34
mono_5=#2C313C
mono_6=#21252B

# Colors -----------------------------------
cyan=#56b6c2
blue=#61afef
purple=#c678dd
green=#98c379
red_light=#e06c75
red_dark=#be5046
orange_dark=#d19a66
orange_light=#e5c07b

# Base colors -----------------------------------
syntax_fg=#abb2bf
syntax_bg=#282c34
syntax_gutter=#89909f
syntax_guide=#b7bfcd
syntax_accent=#528cff

[named_styles]
default=syntax_fg;mono_4;false;false
error=syntax_fg;red_dark;false;false

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

selection=;#404859;false;true
current_line=;mono_5;true
brace_good=mono_1;mono_3;false
brace_bad=error
margin_line_number=syntax_gutter;syntax_bg
margin_folding=mono_3;syntax_bg
fold_symbol_highlight=mono_1
indent_guide=mono_3
caret=syntax_accent;;true
marker_line=syntax_guide;syntax_bg
marker_search=mono_2;cyan
marker_mark=mono_2;syntax_bg
call_tips=mono_1;mono_6
white_space=mono_3;;true

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

comment=mono_2
comment_doc=comment
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=purple;;true;false
comment_doc_keyword_error=red_light;;false;true

number=orange_dark
number_1=number
number_2=number_1

type=purple
class=orange_light
function=blue;;true;false
parameter=red_light

keyword=blue;;true;false
keyword_1=purple;;false;false
keyword_2=blue;;false;false
keyword_3=green
keyword_4=keyword_1

identifier=orange_light
identifier_1=default
identifier_2=purple
identifier_3=red_dark
identifier_4=red_light

string=green
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=cyan;;false;true
character=string_1
backticks=string_2
here_doc=orange_dark

scalar=orange_light
label=default,bold
preprocessor=red_light
regex=number_1
operator=cyan
decorator=string_1,bold
other=default

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

tag=red_light
tag_unknown=tag,bold
tag_end=tag,bold
attribute=orange_dark
attribute_unknown=attribute,bold
value=string
entity=orange_dark

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

line_added=green
line_removed=red_light
line_changed=orange_light
17 changes: 17 additions & 0 deletions index/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index/index.json.md5
@@ -1 +1 @@
861793e9be8d3f9ca27dcda0ce5caa95 index.json
e6e64ddd4cb07ac51829e8385e235f01 index.json
9 changes: 7 additions & 2 deletions screenshots/README.md
Expand Up @@ -125,6 +125,13 @@
[The Oblivion2 Theme Direct Download](https://raw.githubusercontent.com/geany/geany-themes/master/colorschemes/oblivion2.conf)


### [The One Dark Theme](../colorschemes/one-dark.conf)

[![one-dark.png](one-dark.png)](one-dark.png "The One Dark Theme")

[The One Dark Theme Direct Download](https://raw.githubusercontent.com/geany/geany-themes/master/colorschemes/one-dark.conf)


### [The Pygments Theme](../colorschemes/pygments.conf)

[![pygments.png](pygments.png)](pygments.png "The Pygments Theme")
Expand Down Expand Up @@ -228,5 +235,3 @@
[![zenburn.png](zenburn.png)](zenburn.png "The Zenburn Theme")

[The Zenburn Theme Direct Download](https://raw.githubusercontent.com/geany/geany-themes/master/colorschemes/zenburn.conf)


Binary file added screenshots/one-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scripts/versions.log
Expand Up @@ -2,6 +2,7 @@ e8881ac94948be6bd7518387ca0289bc zenburn.conf
ff2845693c955e09bb7e4b53ce5c349c mc.conf
3752d67c34860874a20f0110cb0fcec6 fluffy.conf
6a7be917b8c7b27149d2ef86d9b19521 oblivion2.conf
fd1c67d0ef23855dbc324c7ff5d3fd41 one-dark.conf
fa0190e951fb621796609e5b8167dd51 black.conf
4c9dafaa00cff31d8f750c28cda390c1 tango-light.conf
326853b148455ebec2a73ec7b7ca4d8b solarized-dark.conf
Expand Down

0 comments on commit 93de0cf

Please sign in to comment.