From d1449fa58047d3198a2bffbe5190c28d4b607435 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 15 Apr 2024 22:21:16 +0200 Subject: [PATCH] added theme and configuration files --- bashrc | 2 ++ kitty.conf | 5 +++++ run.sh | 2 ++ splash.sh | 8 ++++++++ theme.conf | 21 +++++++++++++++++++++ 5 files changed, 38 insertions(+) create mode 100644 bashrc create mode 100644 kitty.conf create mode 100755 run.sh create mode 100755 splash.sh create mode 100644 theme.conf diff --git a/bashrc b/bashrc new file mode 100644 index 0000000..c9f342c --- /dev/null +++ b/bashrc @@ -0,0 +1,2 @@ +export PS1='' +export TERM="xterm" diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..0c8b676 --- /dev/null +++ b/kitty.conf @@ -0,0 +1,5 @@ +font_size 16 +font_family C64 Pro Mono +cursor_beam_thickness 16.0 +cursor_shape block +include theme.conf diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..e7e0d0c --- /dev/null +++ b/run.sh @@ -0,0 +1,2 @@ +#/bin/sh +kitty -c ~/.config/kitty/C64/kitty.conf bash --init-file ~/.config/kitty/C64/splash.sh diff --git a/splash.sh b/splash.sh new file mode 100755 index 0000000..721376b --- /dev/null +++ b/splash.sh @@ -0,0 +1,8 @@ +#/bin/sh + +source ~/.config/kitty/C64/bashrc + +echo " **** COMMODORE 64 BASIC V2 ****" +echo " $(free --kilo | awk 'NR==2{print $2 "K RAM SYSTEM " $3 "K BASIC BYTES FREE"}')" +echo "READY." + diff --git a/theme.conf b/theme.conf new file mode 100644 index 0000000..70978d5 --- /dev/null +++ b/theme.conf @@ -0,0 +1,21 @@ +background #40318d +foreground #7869c4 +cursor #7869c4 +selection_background #7869c4 +color0 #090300 +color8 #000000 +color1 #883932 +color9 #883932 +color2 #55a049 +color10 #55a049 +color3 #bfce72 +color11 #bfce72 +color4 #40318d +color12 #40318d +color5 #8b3f96 +color13 #8a3e95 +color6 #67b6bd +color14 #67b6bd +color7 #ffffff +color15 #f7f7f7 +selection_foreground #40318d