https://github.com/m50/godot-theme-api
An api to convert a CSS-like file into a Godot theme file.
https://github.com/m50/godot-theme-api
Last synced: 3 months ago
JSON representation
An api to convert a CSS-like file into a Godot theme file.
- Host: GitHub
- URL: https://github.com/m50/godot-theme-api
- Owner: m50
- License: mit
- Created: 2021-01-24T00:08:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T05:45:19.000Z (over 5 years ago)
- Last Synced: 2026-03-28T06:29:50.090Z (4 months ago)
- Language: PHP
- Homepage: godot-theme-api-git-main.m50.vercel.app
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot Theme API


[](https://github.styleci.io/repos/332334211)
[](https://coveralls.io/github/m50/godot-theme-api?branch=main)
[](https://godot-theme-api.vercel.app/convert)
This is a simple API to take a gcss (Godot CSS) file and converts it to a theme.tres file for use in Godot. Godot CSS is a CSS-esque file made specifically for this tool, so that creating themes can be done through code rather than through the clunky Godot UI.