diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/commons.html | 15 | ||||
| -rw-r--r-- | data/foot.ini | 63 | ||||
| -rw-r--r-- | data/kitty.conf | 91 | 
3 files changed, 169 insertions, 0 deletions
diff --git a/data/commons.html b/data/commons.html new file mode 100644 index 0000000..35500b5 --- /dev/null +++ b/data/commons.html @@ -0,0 +1,15 @@ +<center> +  <a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"> +    <img alt="Creative Commons License" style="border-width:0" +         src="https://i.creativecommons.org/l/by-sa/3.0/88x31.png" /> +  </a> +  <br /> +  <span xmlns:dct="https://purl.org/dc/terms/" +        href="https://purl.org/dc/dcmitype/Text" property="dct:title" +        rel="dct:type">jao.io</span> by +  <a xmlns:cc="https://creativecommons.org/ns#" href="https://jao.io" +     property="cc:attributionName" rel="cc:attributionURL">jao</a> +  is licensed under a +  <a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"> +    Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. +</center> diff --git a/data/foot.ini b/data/foot.ini new file mode 100644 index 0000000..7063716 --- /dev/null +++ b/data/foot.ini @@ -0,0 +1,63 @@ +# -*- conf -*- + +font=DejaVu Sans Mono:size=9, Noto Color Emoji:size=9 +font-bold=DejaVu Sans Mono:size=9:weight=semibold + +# font=Iosevka Comfy Fixed:size=6 +# font-bold=Iosevka Comfy Motion:size=6:weight=bold + +underline-offset=10 +pad=5x2 center + +# initial-window-size-pixels=700x500  # Or, +# initial-window-size-chars=<COLSxROWS> +# initial-window-mode=windowed +# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) +# term=foot +# login-shell=no +# workers=<number of logical CPUs> + +[scrollback] +# lines=1000 +# multiplier=3.0 +# indicator-position=relative +# indicator-format= + +[cursor] +style=block +color=ffffff b22222 +blink=no + +[bell] +notify=no +urgent=yes +command="notify-send ping!" + +[mouse] +hide-when-typing=yes +# alternate-scroll-mode=yes + +[colors] +alpha=0.85 +background=ffffff +foreground=000000 + +regular0=   073642 +regular1=   dc322f +regular2=   859900 +regular3=   b58900 +regular4=   268bd2 +regular5=   d33682 +regular6=   2aa198 +regular7=   eee8d5 +bright0=    002b36 +bright1=    cb4b16 +bright2=    586e75 +bright3=    657b83 +bright4=    839496 +bright5=    6c71c4 +bright6=    93a1a1 +bright7=    fdf6e3 + +# selection-foreground=<inverse foreground/background> +# selection-background=<inverse foreground/background> diff --git a/data/kitty.conf b/data/kitty.conf new file mode 100644 index 0000000..efe2477 --- /dev/null +++ b/data/kitty.conf @@ -0,0 +1,91 @@ +font_size         9.0 +# font_family       Fira Code +# bold_font         Fira Code SemiBold +# italic_font       Fira Code Italic + +font_family DejaVu Sans + +disable_ligatures always +box_drawing_scale 0.1, 0.5, 1, 1 + +cursor            orangered2 +cursor_text_color #111111 +cursor_shape      block +cursor_blink_interval     0 +cursor_stop_blinking_after 15.0 + +# scrollback_lines 2000 +scrollback_lines 0 +scrollback_pager less +G -R +wheel_scroll_multiplier 5.0 + +url_color #0087BD +url_style curl +detect_urls no + +copy_on_select yes + +select_by_word_characters :@-./_~?&=%+# + +click_interval 0.5 +mouse_hide_wait 1.0 + +focus_follows_mouse no + +input_delay 3 +sync_to_monitor yes + +visual_bell_duration 0.2 +window_alert_on_bell yes +enable_audio_bell no + +remember_window_size  yes +initial_window_width  640 +initial_window_height 400 + +enabled_layouts * +window_border_width 1 +window_margin_width 1 +window_padding_width 0 +active_border_color #00ff00 +inactive_border_color #cccccc +inactive_text_alpha 1.0 + +foreground       #000000 +background       #ffffff +background_opacity 0.9 + +selection_background #efebe7 +selection_foreground #101010 + +# black +color0       #000000 +color8       #000000 +# red +color1       OrangeRed1 +color9       OrangeRed2 +# green +color2       DarkSeaGreen4 +color10      DarkSeaGreen3 +# yellow +color3       lightgoldenrod3 +color11      lightyellow4 +# blue +color4       steelblue4 +color12      steelblue3 +# magenta +color5       lightpink2 +color13      lightpink3 +# cyan +color6       cyan4 +color14      cyan4 +# white +color7       #ffffff +color15      #ffffff + +map ctrl+enter send_text all \x1b[27;5;13~ +map ctrl+. send_text all \x1b[27;5;46~ +map ctrl+; send_text all \x1b[27;5;59~ +map ctrl+' send_text all \x1b[27;5;39~ +map ctrl+( send_text all \x1b[27;5;40~ +map ctrl+) send_text all \x1b[27;5;41~  | 
