From 13f8e8ee5f4bd59281b52a961bed7c73f2e297f2 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Thu, 11 Jun 2020 21:24:06 +0200 Subject: Adds two new themes, some credits. --- README.md | 6 +++++- presets/bloo | 21 --------------------- presets/inverse-monochrome.kthm | 21 +++++++++++++++++++++ presets/tomasino.kthm | 21 +++++++++++++++++++++ 4 files changed, 47 insertions(+), 22 deletions(-) delete mode 100644 presets/bloo create mode 100644 presets/inverse-monochrome.kthm create mode 100644 presets/tomasino.kthm diff --git a/README.md b/README.md index e033db3..d4f4e2a 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,8 @@ ln -s /path/to/kristall . - Thanks to [James Tomasino](https://tomasino.org) for helping out with understanding gopher - Thanks to [Vane Vander](https://mayvaneday.art/) for providin the Haiku build instructions +- Thanks to James Tomasino, styan and tiwesdaeg for improving the `Makefile` +- Thanks to [Alex Naskos](https://github.com/alexnask) for providing windows build instructions ## TODO / Roadmap @@ -150,6 +152,8 @@ ln -s /path/to/kristall . - [ ] Improved favourites - [ ] Allow custom favourite title (not the URL itself) - [ ] Allow grouping favourites into a single-hierarchy folder structure + - [ ] Improve style import + - [ ] Direct preview instead of importing it as a preset. Allow user to save preset then manually - [ ] Changelog in the help menu ### Unspecced @@ -193,4 +197,4 @@ Audio doesn't stop when you load other media. This is a bit of shit. Status bar is broken: It doesn't seem to map to tabs, if you have multiple open, which was a bit confusing (and would also be a really cool -addition for easy comparison of responses). \ No newline at end of file +addition for easy comparison of responses). diff --git a/presets/bloo b/presets/bloo deleted file mode 100644 index d502601..0000000 --- a/presets/bloo +++ /dev/null @@ -1,21 +0,0 @@ -[General] -background_color=#250108 -blockquote_color=#4f0507 -cross_scheme_link_color=#0a7dd4 -external_link_color=#0e8fff -external_link_prefix="\x21d2 " -h1_color=#d60003 -h1_font="Sans Serif,20,-1,5,50,0,0,0,0,0" -h2_color=#d90032 -h2_font="Sans Serif,15,-1,5,50,0,0,0,0,0" -h3_color=#ea5600 -h3_font="Sans Serif,12,-1,5,50,0,0,0,0,0" -internal_link_color=#0e8fff -internal_link_prefix="\x2192 " -margins=55 -name=Black -preformatted_color=#ffd0f7 -preformatted_font="Source Code Pro,10,-1,5,50,0,0,0,0,0,Regular" -standard_color=#e7c0c1 -standard_font="Fira Sans,10,-1,5,50,0,0,0,0,0,Regular" -theme=0 diff --git a/presets/inverse-monochrome.kthm b/presets/inverse-monochrome.kthm new file mode 100644 index 0000000..f48f6b6 --- /dev/null +++ b/presets/inverse-monochrome.kthm @@ -0,0 +1,21 @@ +[General] +background_color=#000000 +blockquote_color=#000000 +cross_scheme_link_color=#ffffff +external_link_color=#ffffff +external_link_prefix="=> " +h1_color=#ffffff +h1_font="sans,20,-1,5,75,0,0,0,0,0" +h2_color=#ffffff +h2_font="sans,15,-1,5,75,0,0,0,0,0" +h3_color=#ffffff +h3_font="sans,12,-1,5,75,0,0,0,0,0" +internal_link_color=#ffffff +internal_link_prefix="-> " +margins=36 +name=Inverse Monochrome +preformatted_color=#ffffff +preformatted_font="monospace,10,-1,5,50,0,0,0,0,0" +standard_color=#ffffff +standard_font="sans,10,-1,5,50,0,0,0,0,0" +theme=0 diff --git a/presets/tomasino.kthm b/presets/tomasino.kthm new file mode 100644 index 0000000..98a2cf6 --- /dev/null +++ b/presets/tomasino.kthm @@ -0,0 +1,21 @@ +[General] +background_color=#2e3436 +blockquote_color=#02232e +cross_scheme_link_color=#cc0000 +external_link_color=#f57900 +external_link_prefix="\x21d2 " +h1_color=#729fcf +h1_font="sans,20,-1,5,75,0,0,0,0,0" +h2_color=#8ae234 +h2_font="sans,15,-1,5,75,0,0,0,0,0" +h3_color=#fce94f +h3_font="sans,12,-1,5,75,0,0,0,0,0" +internal_link_color=#ad7fa8 +internal_link_prefix="\x2192 " +margins=55 +name=tomasino +preformatted_color=#eff2d1 +preformatted_font="DejaVu Sans Mono,14,-1,5,50,0,0,0,0,0" +standard_color=#eff2d1 +standard_font="DejaVu Sans,17,-1,5,50,0,0,0,0,0" +theme=0 -- cgit v1.2.3