Start work on porting themes kitten to Go

This commit is contained in:
Kovid Goyal
2023-03-11 10:14:03 +05:30
parent 3741d3d1be
commit f9b0b54ee5
7 changed files with 508 additions and 24 deletions

View File

@@ -47,7 +47,7 @@ def main() -> None:
all_colors.append(opt.name)
patch_color_list('kitty/rc/set_colors.py', nullable_colors, 'NULLABLE')
patch_color_list('tools/cmd/at/set_colors.go', nullable_colors, 'NULLABLE')
patch_color_list('kittens/themes/collection.py', all_colors, 'ALL', ' ' * 8)
patch_color_list('tools/themes/collection.go', all_colors, 'ALL')
from kittens.diff.options.definition import definition as kd
write_output('kittens.diff', kd)