theme: chroma docs #175

This commit is contained in:
Sören Weber 2022-02-17 08:17:54 +01:00
parent 9e019047e9
commit 7825d11d0e
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* based on base16-snazzy
/* Background */ .chroma { color: #e2e4e5; background-color: #282a36 }
/* Other */ .chroma .x { }
/* Error */ .chroma .err { color: #ff5c57 }

View file

@ -1,3 +1,4 @@
/* based on rrt
/* Background */ .chroma { color: #f8f8f2; background-color: #000000 }
/* Other */ .chroma .x { }
/* Error */ .chroma .err { }