Skip to content

Commit

Permalink
Add default config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Nov 11, 2024
1 parent abd0614 commit 224020b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions resources/default.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# window settings
#

# disable window decorations
window_undecorated = true

#
# appearance
#

show_typing = true
typing_font_size = 120

# color of typed characters, in hex RGBA format
typing_font_color = 0x000000ff

# layout preset, for list of available values see layout.zig source file
layout_preset = tkl_ansi

# custom layout file path, absolute or relative to config file
# if empty then layout from layout_preset option used
layout_path = ""

# keycap theme, currently supported: 'default', 'kle' and 'vortex_pok3r'
theme = default

# tinting color for pressed keycaps
# tinting works by multiplication texture color with this color
key_tint_color = 0xff0000ff

0 comments on commit 224020b

Please sign in to comment.