This commit is contained in:
[yuri]
2025-11-28 19:52:53 +01:00
parent db112a32a8
commit a6087960ca
2 changed files with 40 additions and 8 deletions

View File

@@ -1,22 +1,20 @@
import = [ "./tokyo-night.toml" ] # or tokyo-night-storm.toml
[font] [font]
size = 14.0 size = 10.0
[font.bold] [font.bold]
family = "hack" family = "RobotoMono Nerd Font"
style = "Bold" style = "Bold"
[font.bold_italic] [font.bold_italic]
family = "monospace" family = "RobotoMono Nerd Font"
style = "Bold Italic" style = "Bold Italic"
[font.italic] [font.italic]
family = "hack" family = "RobotoMono Nerd Font"
style = "Italic" style = "Italic"
[font.normal] [font.normal]
family = "hack" family = "RobotoMono Nerd Font"
style = "Regular" style = "Regular"
[[keyboard.bindings]] [[keyboard.bindings]]
@@ -27,4 +25,7 @@ key = "F11"
history = 50000 history = 50000
[window] [window]
opacity = 0.8 opacity = 0.9
[general]
import = [ "./apprentice-default" ]

View File

@@ -0,0 +1,31 @@
[colors.primary]
foreground = "#bcbcbc"
background = "#262626"
[colors.cursor]
text = "#262626"
cursor = "#bcbcbc"
[colors.selection]
text = "#262626"
background = "#87afd7"
[colors.normal]
black = "#1c1c1c"
red = "#af5f5f"
green = "#5f875f"
yellow = "#87875f"
blue = "#5f87af"
magenta = "#5f5f87"
cyan = "#5f8787"
white = "#6c6c6c"
[colors.bright]
black = "#444444"
red = "#ff8700"
green = "#87af87"
yellow = "#ffffaf"
blue = "#87afd7"
magenta = "#8787af"
cyan = "#5fafaf"
white = "#ffffff"