rat-theme4 4.0.2

dark theme and color-schemes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "rat-theme4"

version = "4.0.2"

edition = "2024"

authors = ["thscharler <thscharler@gmail.com>"]

description = "dark theme and color-schemes"

license = "MIT/Apache-2.0"

repository = "https://github.com/thscharler/rat-salsa"

readme = "readme.md"

keywords = ["ratatui", "widget", "theme"]

categories = ["command-line-interface"]

exclude = [".idea/*", ".gitignore"]



[dependencies]

ratatui = { version = "0.29" }

log = "0.4"



rat-widget = { version = "2.5", path = "../rat-widget" }