Compare commits
No commits in common. "318a9a2a2bb92843279b17a353363aa661311344" and "d71767853c5cb4f2c2a28cf5140e6f65f0c32d46" have entirely different histories.
318a9a2a2b
...
d71767853c
Binary file not shown.
Binary file not shown.
|
@ -1,5 +0,0 @@
|
||||||
font_size 16
|
|
||||||
font_family C64 Pro Mono
|
|
||||||
cursor_beam_thickness 16.0
|
|
||||||
cursor_shape block
|
|
||||||
include theme.conf
|
|
2
run.sh
2
run.sh
|
@ -1,2 +0,0 @@
|
||||||
#/bin/sh
|
|
||||||
kitty -c ~/.config/kitty/C64/kitty.conf bash --init-file ~/.config/kitty/C64/splash.sh
|
|
|
@ -1,8 +0,0 @@
|
||||||
#/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."
|
|
||||||
|
|
21
theme.conf
21
theme.conf
|
@ -1,21 +0,0 @@
|
||||||
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
|
|
Loading…
Reference in New Issue