Fix dotfiles structure
This commit is contained in:
122
.config/geany/colorschemes/github.conf
Executable file
122
.config/geany/colorschemes/github.conf
Executable file
@@ -0,0 +1,122 @@
|
||||
#
|
||||
# Copyright 2009 Felipe Mesquita <fmesquitacunha(at)gmail(dot)com>
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Library General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 2 of the License, or (at your option) any later version.
|
||||
#
|
||||
# This library 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
|
||||
# Library General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# License along with this library; if not, write to the
|
||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
# Boston, MA 02111-1307, USA.
|
||||
#
|
||||
# Ported to Geany by Matthew Brush <matt(at)geany(dot)org>
|
||||
#
|
||||
# Note: This one is my favourite! -Matt (geany-themes maintainer)
|
||||
#
|
||||
|
||||
[theme_info]
|
||||
name=GitHub
|
||||
description=Similar to GitHub.com's highlighting colors.
|
||||
# incremented automatically, do not change manually
|
||||
version=1227
|
||||
author=Felipe Mesquita <fmesquitacunha(at)gmail(dot)com>
|
||||
url=https://github.com/mig/gedit-themes/blob/master/github.xml
|
||||
# list of each compatible Geany release version
|
||||
compat=1.22;1.23;1.23.1;1.24
|
||||
|
||||
[named_styles]
|
||||
|
||||
default=#000;#f8f8ff;false;false
|
||||
error=#f00;#bfbfbf;false;italic
|
||||
|
||||
# Editor styles
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
selection=;#f0ec0f;false;true
|
||||
current_line=#000;#b7deee;true
|
||||
brace_good=#000;#32b953;bold
|
||||
brace_bad=#000;#ee5959
|
||||
margin_line_number=#7f7f7f;#ececec
|
||||
margin_folding=#7f7f7f;#d9d7d7
|
||||
fold_symbol_highlight=#ececec
|
||||
indent_guide=#c0c0c0;#fff;true;false
|
||||
caret=#000;#c0c0c0;false;false
|
||||
marker_line=#7f7f7f;#ececec
|
||||
marker_search=;#c0c0c0
|
||||
marker_mark=#7f7f7f;#ececec
|
||||
call_tips=default
|
||||
white_space=#c0c0c0;#fff;true;false
|
||||
|
||||
# Generic programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
comment=#998
|
||||
comment_doc=#998
|
||||
comment_line=comment
|
||||
comment_line_doc=comment_doc
|
||||
comment_doc_keyword=comment_doc,bold
|
||||
comment_doc_keyword_error=comment_doc,italic
|
||||
|
||||
number=#099
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
type=#458;;true
|
||||
class=type
|
||||
function=#900
|
||||
parameter=function
|
||||
|
||||
keyword=#0086b3;;true
|
||||
keyword_1=keyword
|
||||
keyword_2=#aa2c8c;;true
|
||||
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=#d14
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=string_1,italic
|
||||
character=string_1
|
||||
backticks=string_2
|
||||
here_doc=string_2
|
||||
|
||||
scalar=string_2
|
||||
label=default,bold
|
||||
preprocessor=#0f8787
|
||||
regex=number_1
|
||||
operator=default
|
||||
decorator=string_1,bold
|
||||
other=default
|
||||
|
||||
# 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=#000;#dfd
|
||||
line_removed=#000;#fdd
|
||||
line_changed=#000;#ffc
|
||||
Reference in New Issue
Block a user