aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json')
-rw-r--r--dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json105
1 files changed, 105 insertions, 0 deletions
diff --git a/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json b/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json
new file mode 100644
index 0000000..48388e0
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json
@@ -0,0 +1,105 @@
+{
+ "id": "ultramar",
+ "name": "Ultramar",
+ "version": "1.0.0",
+ "author": "yar",
+ "description": "Warm theme based on Bru",
+ "dark": {
+ "surfaceText": "#f5e8c7",
+ "surfaceVariantText": "#fbf3db",
+ "backgroundText": "#f5e8c7",
+ "outline": "#8a7f6f",
+ "error": "#fa5750",
+ "warning": "#ed8649",
+ "info": "#4695f7"
+ },
+ "light": {
+ "surfaceText": "#3a2f22",
+ "surfaceVariantText": "#2d241a",
+ "backgroundText": "#3a2f22",
+ "outline": "#8a7f6f",
+ "error": "#d2212d",
+ "warning": "#c25d1e",
+ "info": "#0072d4"
+ },
+ "variants": {
+ "type": "multi",
+ "defaults": {
+ "dark": {
+ "accent": "turquesa",
+ "flavor": "oscuro"
+ },
+ "light": {
+ "accent": "turquesa",
+ "flavor": "claro"
+ }
+ },
+ "flavors": [
+ {
+ "id": "oscuro",
+ "name": "Oscuro",
+ "dark": {
+ "surface": "#26211c",
+ "surfaceVariant": "#322b23",
+ "background": "#1c1814",
+ "surfaceContainer": "#26211c",
+ "surfaceContainerHigh": "#322b23",
+ "surfaceContainerHighest": "#3a332b"
+ },
+ "light": {}
+ },
+ {
+ "id": "claro",
+ "name": "Claro",
+ "dark": {},
+ "light": {
+ "surface": "#f3ead0",
+ "surfaceVariant": "#ece3cc",
+ "background": "#faf3e0",
+ "surfaceContainer": "#f3ead0",
+ "surfaceContainerHigh": "#ece3cc",
+ "surfaceContainerHighest": "#e0d4b0"
+ }
+ }
+ ],
+ "accents": [
+ {
+ "id": "turquesa",
+ "oscuro": {
+ "primary": "#7fac96",
+ "primaryText": "#1c1814",
+ "primaryContainer": "#1f3630",
+ "secondary": "#e2b55a",
+ "surfaceTint": "#1f2924"
+ },
+ "claro": {
+ "primary": "#5b8277",
+ "primaryText": "#faf3e0",
+ "primaryContainer": "#bbe0cf",
+ "secondary": "#b2872f",
+ "surfaceTint": "#fcf6da"
+ },
+ "name": "Turquesa"
+ },
+ {
+ "id": "verde",
+ "oscuro": {
+ "primary": "#92b078",
+ "primaryText": "#1c1814",
+ "primaryContainer": "#36481e",
+ "secondary": "#e2b55a",
+ "surfaceTint": "#242817"
+ },
+ "claro": {
+ "primary": "#6d974b",
+ "primaryText": "#faf3e0",
+ "primaryContainer": "#dfe4be",
+ "secondary": "#b2872f",
+ "surfaceTint": "#dfe4be"
+ },
+ "name": "Verde"
+ }
+ ]
+ },
+ "sourceDir": "ultramar"
+}