On Tue, Jan 3, 2012 at 15:45, Harold Aling <[email protected]> wrote:
>>>> It'd be great if you could send me your changes after so I could update
>>>> the
>>>> one in geany-themes!

...and here it is!

I also had to change filetypes.html to be able to add different colors
to "strings" and 'strings':

php_simplestring=string_1
php_hstring=string_2

Unfortunately, I didn't succeed in changing that for javascript too,
as for other languages (I don't use).


Well, at least it looks a whole of a lot more like the original ;)

-H-
diff --git a/dark.conf b/dark.conf
index 4cf2e07..8062349 100644
--- a/dark.conf
+++ b/dark.conf
@@ -42,7 +42,7 @@ margin_line_number=0x000000;0xd0d0d0;false;false
 margin_folding=0x000000;0xdfdfdf;false;false
 fold_symbol_highlight=0xffffff
 indent_guide=0x393939;0x1E1E1E;false;false
-caret=0xffffff;0x000000;false;false
+caret=0xffffff;0x000000;true;false
 marker_line=0x000000;0xffff00;false;false
 marker_search=0x000000;0xB8F4B8;false;false
 marker_mark=0x000000;0xb8f4b8;
@@ -59,7 +59,7 @@ comment_line_doc=comment_doc
 comment_doc_keyword=comment_doc,bold
 comment_doc_keyword_error=comment_doc,italic
 
-number=0x7EB35B;0x1E1E1E;false;false
+number=0xAAFF57;0x1E1E1E;false;false
 number_1=number
 number_2=number_1
 
@@ -70,7 +70,7 @@ parameter=function
 
 keyword=0xFFCB4F;0x1E1E1E;true;false
 keyword_1=keyword
-keyword_2=0xAAFF57;0x1E1E1E;true;false
+keyword_2=0xAAFF57;0x1E1E1E;false;true
 keyword_3=keyword_1
 keyword_4=keyword_1
 
@@ -80,9 +80,9 @@ identifier_2=identifier_1
 identifier_3=identifier_1
 identifier_4=identifier_1
 
-string=0xA18651;0x1E1E1E;true;false
+string=0xAAFF57;0x1E1E1E;false;false
 string_1=string
-string_2=string_1
+string_2=0xA18651;0x1E1E1E;false;false
 string_3=default
 string_4=default
 string_eol=string_1,italic
@@ -92,7 +92,7 @@ here_doc=string_2
 
 scalar=string_2
 label=default,bold
-preprocessor=0xB2A886;0x1E1E1E;true;false
+preprocessor=0x5ABEFD;0x1E1E1E;false;false
 regex=number_1
 operator=0x98BAC5;0x1E1E1E;true;false
 decorator=0x808000;0x1E1E1E;false;false
@@ -101,7 +101,7 @@ other=0xffffff;0x1E1E1E;false;false
 # Markup-type languages
 #-------------------------------------------------------------------------------
 
-tag=0x7392CF;0x1E1E1E;true;false
+tag=0x7392CF;0x1E1E1E;false;false
 tag_unknown=0xffffff;0x8C0101;true;false
 tag_end=0x7392CF;0x1E1E1E;true;false
 attribute=0xCDA0D5;0x1E1E1E;false;false
_______________________________________________
Geany-devel mailing list
[email protected]
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Reply via email to