From 443da5e34a3b858a2a32c6ca6846e351fa11f389 Mon Sep 17 00:00:00 2001 From: Mikoláš Štrajt Date: Wed, 2 Sep 2020 13:59:56 +0200 Subject: DOS color scheme you need `PxPlus IBM VGA 9` font from [The Oldschool PC Font Resource](https://int10h.org/oldschool-pc-fonts/download/) --- presets/DOS.kthm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 presets/DOS.kthm diff --git a/presets/DOS.kthm b/presets/DOS.kthm new file mode 100644 index 0000000..0d147a2 --- /dev/null +++ b/presets/DOS.kthm @@ -0,0 +1,34 @@ +[General] +name=DOS +version=1 +theme=0 +background_color=#00008b +blockquote_color=#000000 +margins=55 + +[Standard] +font="PxPlus IBM VGA9,16,-1,5,50,0,0,0,0,0,Regular" +color=#d3d3d3 + +[Preformatted] +font="PxPlus IBM VGA9,16,-1,5,50,0,0,0,0,0,Regular" +color=#ffffff + +[H1] +font="PxPlus IBM VGA9,16,-1,5,50,0,0,0,0,0,Regular" +color=#ffff00 + +[H2] +font="PxPlus IBM VGA9,16,-1,5,50,0,0,0,0,0,Regular" +color=#00ff00 + +[H3] +font="PxPlus IBM VGA9,16,-1,5,50,0,0,0,0,0,Regular" +color=#ffffff + +[Link] +color_internal=#00ffff +color_external=#00ffff +color_cross_scheme=#00ffff +internal_prefix="\x2192 " +external_prefix="\x21d2 " -- cgit v1.2.3