From b5e1352b91a9e0d4d9d1397cee1b6e4a0cc9e348 Mon Sep 17 00:00:00 2001 From: Prince204 <63633466+Prince204@users.noreply.github.com> Date: Sat, 24 Oct 2020 23:10:03 +0530 Subject: [PATCH 1/2] Absolute dark theme added Hello , this is prince204 And i have added a new theme to this one named Absolute Dark which gives you nice dark mode with lots of colors just try it hope you guys will like it --- config-highlight.def | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/config-highlight.def b/config-highlight.def index 6352184..2f88aa2 100644 --- a/config-highlight.def +++ b/config-highlight.def @@ -104,6 +104,41 @@ context-background= #454545 linenumber-foreground= gray linenumber-background= #002240 +[Absolute Dark] +normal-foreground= #47dc07 +normal-background= #000000 +keyword-foreground= #fe3410 +keyword-background= #000000 +builtin-foreground= #ff0080 +builtin-background= #000000 +comment-foreground= #dd0000 +comment-background= #000000 +string-foreground= #ffff00 +string-background= #000000 +definition-foreground= #00ffff +definition-background= #000000 +hilite-foreground= #00eeee +hilite-background= #7e7e7e +break-foreground= #ffffff +break-background= #808000 +hit-foreground= #002240 +hit-background= #ffffff +error-foreground= #ffffff +error-background= #c86464 +context-foreground= #808080 +context-background= #000000 +linenumber-foreground= #808080 +linenumber-background= #000000 +#cursor (only foreground can be set, restart IDLE) +cursor-foreground= #fc01e2 +#shell window +stdout-foreground= #ffffff +stdout-background= #000000 +stderr-foreground= red +stderr-background= #000000 +console-foreground= #808080 +console-background= #000000 + [monokai] normal-foreground= #F8F8F2 normal-background= #272822 @@ -892,4 +927,4 @@ cursor-foreground = #ffffff stdout-background = #002240 hit-foreground = #002240 comment-background = #002240 -break-foreground = #FFFFFF \ No newline at end of file +break-foreground = #FFFFFF From 2ffa3def9e81801c34dfed3ab88cadcdc1c8b542 Mon Sep 17 00:00:00 2001 From: GAURAV K <63633466+Prince204@users.noreply.github.com> Date: Tue, 4 May 2021 12:33:46 +0530 Subject: [PATCH 2/2] Update config-highlight.def new theme added - "Absolute Dark" --- config-highlight.def | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/config-highlight.def b/config-highlight.def index 2f88aa2..b4a6075 100644 --- a/config-highlight.def +++ b/config-highlight.def @@ -928,3 +928,38 @@ stdout-background = #002240 hit-foreground = #002240 comment-background = #002240 break-foreground = #FFFFFF + +[Absolute Dark] +normal-foreground= #47dc07 +normal-background= #000000 +keyword-foreground= #fe3410 +keyword-background= #000000 +builtin-foreground= #ff0080 +builtin-background= #000000 +comment-foreground= #dd0000 +comment-background= #000000 +string-foreground= #ffff00 +string-background= #000000 +definition-foreground= #00ffff +definition-background= #000000 +hilite-foreground= #00eeee +hilite-background= #7e7e7e +break-foreground= #ffffff +break-background= #808000 +hit-foreground= #002240 +hit-background= #ffffff +error-foreground= #ffffff +error-background= #c86464 +context-foreground= #808080 +context-background= #000000 +linenumber-foreground= #808080 +linenumber-background= #000000 +#cursor (only foreground can be set, restart IDLE) +cursor-foreground= #fc01e2 +#shell window +stdout-foreground= #ffffff +stdout-background= #000000 +stderr-foreground= red +stderr-background= #000000 +console-foreground= #808080 +console-background= #000000