2025-05-19 20:48:56 -07:00
|
|
|
[general]
|
|
|
|
import = ["./github_dark_high_contrast.toml" ]
|
|
|
|
|
|
|
|
[colors.primary]
|
|
|
|
background = "#111111"
|
|
|
|
|
|
|
|
[colors.normal]
|
|
|
|
cyan = '#008b8b'
|
|
|
|
|
|
|
|
[font.normal]
|
|
|
|
family = 'JetBrainsMono Nerd Font Mono'
|
|
|
|
style = 'Regular'
|
|
|
|
|
|
|
|
[cursor]
|
|
|
|
blink_interval = 500
|
|
|
|
blink_timeout = 0
|
|
|
|
|
|
|
|
[cursor.style]
|
|
|
|
blinking = "Always"
|
|
|
|
#shape = "Underline"
|
2025-05-20 18:45:02 -07:00
|
|
|
|
|
|
|
[window]
|
|
|
|
opacity = 0.95
|
|
|
|
decorations = "None"
|
|
|
|
level = "AlwaysOnTop"
|
2025-05-20 19:23:28 -07:00
|
|
|
dynamic_padding = true
|