Dotfiles/vim/theme/cyberqueer.nvim/extras/tilix/cyberdream-light.json

35 lines
828 B
JSON

{
"name": "cyberdream",
"comment": "A high-contrast, futuristic & vibrant colourscheme",
"background-color": "#ffffff",
"foreground-color": "#16181a",
"badge-color": "#ffffff",
"bold-color": "#008c99",
"cursor-color": "#16181a",
"highlight-background-color": "#acacac",
"highlight-foreground-color": "#16181a",
"palette": [
"#ffffff",
"#d11500",
"#008b0c",
"#997b00",
"#0057d1",
"#a018ff",
"#008c99",
"#16181a",
"#acacac",
"#d11500",
"#008b0c",
"#997b00",
"#0057d1",
"#a018ff",
"#008c99",
"#16181a"
],
"use-badge-color": false,
"use-bold-color": false,
"use-cursor-color": true,
"use-highlight-color": true,
"use-theme-colors": false
}