Skip to content

Commit 883c746

Browse files
committed
Matugen: Fix ghostty theme template
This follows the example at https://ghostty.org/docs/features/theme
1 parent 6773c47 commit 883c746

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

Assets/Templates/terminal/ghostty

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
palette = 0= {{colors.surface_variant.default.hex}}
2-
palette = 1= {{colors.error.default.hex}}
3-
palette = 2= {{colors.primary.default.hex}}
4-
palette = 3= {{colors.secondary.default.hex}}
5-
palette = 4= {{colors.tertiary.default.hex}}
6-
palette = 5= {{colors.primary_fixed_dim.default.hex}}
7-
palette = 6= {{colors.secondary_fixed_dim.default.hex}}
8-
palette = 7= {{colors.on_surface.default.hex}}
9-
palette = 8= {{colors.on_surface_variant.default.hex}}
10-
palette = 9= {{colors.error.default.hex}}
11-
palette = 10= {{colors.primary.default.hex}}
12-
palette = 11= {{colors.secondary.default.hex}}
13-
palette = 12= {{colors.tertiary.default.hex}}
14-
palette = 13= {{colors.primary_fixed_dim.default.hex}}
15-
palette = 14= {{colors.secondary_fixed_dim.default.hex}}
16-
palette = 15= {{colors.on_surface.default.hex}}
1+
palette = 0={{colors.surface_variant.default.hex}}
2+
palette = 1={{colors.error.default.hex}}
3+
palette = 2={{colors.primary.default.hex}}
4+
palette = 3={{colors.secondary.default.hex}}
5+
palette = 4={{colors.tertiary.default.hex}}
6+
palette = 5={{colors.primary_fixed_dim.default.hex}}
7+
palette = 6={{colors.secondary_fixed_dim.default.hex}}
8+
palette = 7={{colors.on_surface.default.hex}}
9+
palette = 8={{colors.on_surface_variant.default.hex}}
10+
palette = 9={{colors.error.default.hex}}
11+
palette = 10={{colors.primary.default.hex}}
12+
palette = 11={{colors.secondary.default.hex}}
13+
palette = 12={{colors.tertiary.default.hex}}
14+
palette = 13={{colors.primary_fixed_dim.default.hex}}
15+
palette = 14={{colors.secondary_fixed_dim.default.hex}}
16+
palette = 15={{colors.on_surface.default.hex}}
1717
background = {{colors.surface.default.hex}}
1818
foreground = {{colors.on_surface.default.hex}}
1919
cursor-color = {{colors.on_surface.default.hex}}
2020
cursor-text = {{colors.surface.default.hex}}
2121
selection-background = {{colors.tertiary.default.hex}}
22-
selection-foreground = {{colors.on_tertiary.default.hex}}
22+
selection-foreground = {{colors.on_tertiary.default.hex}}

0 commit comments

Comments
 (0)