This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit cf7806d7d8b1f78b1b72c3073a9255321989ecc5
Author: Boris Faure <[email protected]>
AuthorDate: Wed Aug 24 17:09:51 2022 +0200

    colorschemes: add Fir Dark
---
 data/colorschemes/Fir Dark.ini | 78 ++++++++++++++++++++++++++++++++++++++++++
 data/colorschemes/meson.build  |  1 +
 2 files changed, 79 insertions(+)

diff --git a/data/colorschemes/Fir Dark.ini b/data/colorschemes/Fir Dark.ini
new file mode 100644
index 0000000..6f958b9
--- /dev/null
+++ b/data/colorschemes/Fir Dark.ini	
@@ -0,0 +1,78 @@
+;; Based on Default.ini, but with green-ish main color and black-green bg,
+;;  and some brighter colors (red, blue, etc) to be more distinctive against that background.
+;; New brighter colors are produced using e.g.: gtk-color-calc 'shade(#9696e0, 1.1)'
+;; Faint colors simply have alpha=c8 instead of being blended with full opacity, so can be updated easily here.
+
+[Main]
+version = 1
+
+[Metadata]
+version = 1
+name = Dark Fir
+author = Terminology developers, mk-fg
+license = BSD-2-Clause
+
+[Colors]
+bg = #001800
+main = #3599ff
+hl = #ffffff
+end_sel = #ff3300
+tab_missed_1 = #ff9933
+tab_missed_2 = #ff3300
+tab_missed_3 = #ff0000
+tab_missed_over_1 = #ffff40
+tab_missed_over_2 = #ff9933
+tab_missed_over_3 = #ff0000
+tab_title_2 = #000000
+
+[Normal]
+def = #79fe6c
+black = #000000
+red = #d31200
+green = #1ad91a
+yellow = #c0c000
+blue = #9696e0
+magenta = #c000c0
+cyan = #00c0c0
+white = #c0c0c0
+inverse_fg = #222222
+inverse_bg = #aaaaaa
+
+[Bright]
+def = #baffb3
+black = #404040
+red = #ff6666
+green = #00ff00
+yellow = #ffff66
+blue = #b0b0eb
+magenta = #ff66ff
+cyan = #66ffff
+white = #ffffff
+inverse_fg = #111111
+inverse_bg = #eeeeee
+
+[Faint]
+def = #79fe6cc8
+black = #000000c8
+red = #d31200c8
+green = #1ad91ac8
+yellow = #c0c000c8
+blue = #9696e0c8
+magenta = #c000c0c8
+cyan = #00c0c0c8
+white = #c0c0c0c8
+inverse_fg = #222222c8
+inverse_bg = #aaaaaac8
+
+[BrightFaint]
+def = #baffb3c8
+black = #404040c8
+red = #ff6666c8
+green = #00ff00c8
+yellow = #ffff66c8
+blue = #b0b0ebc8
+magenta = #ff66ffc8
+cyan = #66ffffc8
+white = #ffffffc8
+inverse_fg = #111111c8
+inverse_bg = #eeeeeec8
diff --git a/data/colorschemes/meson.build b/data/colorschemes/meson.build
index 6827969..4c685e3 100644
--- a/data/colorschemes/meson.build
+++ b/data/colorschemes/meson.build
@@ -6,6 +6,7 @@ colorschemes = [
   'Default',
   'Dracula',
   'Fahrenheit',
+  'Fir Dark',
   'Material',
   'Mild',
   'Mustang',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to