forked from pool/terminology
- Update to 1.13.0:
* Colorshemes: add Fir Dark, Selenized Dark, Selenized Black,
Selenized Light and Selenized White schemes
* New translations: Indonesian
* Translation updates for Catalan, Chinese (Simplified), Croatian,
Dutch, French, German, Italian, Portuguese, Portuguese (Brazil),
Russian, Spanish, Swedish, Turkish
* Handle scale changes on the fly
* Better named option to enable/disable typing sounds
* Improved README file
* The tyls tools now supports pls files
* Fade the background of the terminal with the background color
defined in the color scheme
* Update the default theme to customize selection arrows
* Update color schemes about selection arrows
* Better documentation of the tyalpha tool
* Fix issue when restoring the cursor state
* Fix issue preventing some red color from being displayed
* Cleanup the code base about C reserved identifiers
* Code analyzed with Coverity 2022.06
* Test code with some Coccinelle script in the GitHub's CI
* Update the ChangeLog.theme file
- remove upstreamed fix-colorscheme-name-typo.patch
- rebase feature-flat-colorscheme.patch
OBS-URL: https://build.opensuse.org/request/show/1073358
OBS-URL: https://build.opensuse.org/package/show/X11:Enlightenment:Factory/terminology?expand=0&rev=80
92 lines
1.8 KiB
Diff
92 lines
1.8 KiB
Diff
Index: terminology-1.12.1/data/colorschemes/Flat.ini
|
|
===================================================================
|
|
--- /dev/null
|
|
+++ terminology-1.12.1/data/colorschemes/Flat.ini
|
|
@@ -0,0 +1,74 @@
|
|
+[Main]
|
|
+version = 1
|
|
+
|
|
+[Metadata]
|
|
+version = 1
|
|
+name = Flat
|
|
+author = Terminology's developers,
|
|
+website = https://www.enlightenment.org/about-terminology
|
|
+license = BSD-2-Clause
|
|
+
|
|
+[Colors]
|
|
+bg = #202020
|
|
+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 = #aaaaaa
|
|
+black = #000000
|
|
+red = #c00000
|
|
+green = #00c000
|
|
+yellow = #c0c000
|
|
+blue = #0000c0
|
|
+magenta = #c000c0
|
|
+cyan = #00c0c0
|
|
+white = #c0c0c0
|
|
+inverse_fg = #222222
|
|
+inverse_bg = #aaaaaa
|
|
+
|
|
+[Bright]
|
|
+def = #eeeeee
|
|
+black = #666666
|
|
+red = #ff6666
|
|
+green = #66ff66
|
|
+yellow = #ffff66
|
|
+blue = #6666ff
|
|
+magenta = #ff66ff
|
|
+cyan = #66ffff
|
|
+white = #ffffff
|
|
+inverse_fg = #111111
|
|
+inverse_bg = #eeeeee
|
|
+
|
|
+[Faint]
|
|
+def = #878787
|
|
+black = #080808
|
|
+red = #980808
|
|
+green = #089808
|
|
+yellow = #989808
|
|
+blue = #080898
|
|
+magenta = #980898
|
|
+cyan = #089898
|
|
+white = #989898
|
|
+inverse_fg = #212121
|
|
+inverse_bg = #878787
|
|
+
|
|
+[BrightFaint]
|
|
+def = #bababa
|
|
+black = #545454
|
|
+red = #c75454
|
|
+green = #54c754
|
|
+yellow = #c7c754
|
|
+blue = #5454c7
|
|
+magenta = #c754c7
|
|
+cyan = #54c7c7
|
|
+white = #c7c7c7
|
|
+inverse_fg = #141414
|
|
+inverse_bg = #bababa
|
|
Index: terminology-1.13.0/data/colorschemes/meson.build
|
|
===================================================================
|
|
--- a/data/colorschemes/meson.build
|
|
+++ b/data/colorschemes/meson.build
|
|
@@ -6,6 +6,7 @@ colorschemes = [
|
|
'Default',
|
|
'Dracula',
|
|
'Fahrenheit',
|
|
+ 'Flat',
|
|
'Fir Dark',
|
|
'Material',
|
|
'Mild',
|