Created
November 29, 2023 00:14
-
-
Save deverebor/a289f78a2cf9b310ede0b9f08cb3afd9 to your computer and use it in GitHub Desktop.
Material Theme to Tilix terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Material Darker", | |
"background-color": "#212121", | |
"comment": "Ported for Tilix", | |
"foreground-color": "#eeffff", | |
"palette": [ | |
"#212121", | |
"#303030", | |
"#353535", | |
"#4A4A4A", | |
"#B2CCD6", | |
"#EEFFFF", | |
"#EEFFFF", | |
"#FFFFFF", | |
"#F07178", | |
"#F78C6C", | |
"#FFCB6B", | |
"#C3E88D", | |
"#89DDFF", | |
"#82AAFF", | |
"#C792EA", | |
"#FF5370" | |
], | |
"use-theme-colors": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment