summaryrefslogtreecommitdiff
path: root/src/caelestia/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/caelestia/data')
-rw-r--r--src/caelestia/data/templates/warp.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/caelestia/data/templates/warp.yaml b/src/caelestia/data/templates/warp.yaml
new file mode 100644
index 0000000..36d4c02
--- /dev/null
+++ b/src/caelestia/data/templates/warp.yaml
@@ -0,0 +1,26 @@
+---
+name: 'Caelestia Theme'
+accent: '{{ $primary }}'
+background: '{{ $surface }}'
+foreground: '{{ $onSurface }}'
+details: {{ $warp_mode }}
+cursor: '{{ $secondary }}'
+terminal_colors:
+ normal:
+ black: '{{ $term0 }}'
+ red: '{{ $term1 }}'
+ green: '{{ $term2 }}'
+ yellow: '{{ $term3 }}'
+ blue: '{{ $term4 }}'
+ magenta: '{{ $term5 }}'
+ cyan: '{{ $term6 }}'
+ white: '{{ $term7 }}'
+ bright:
+ black: '{{ $term8 }}'
+ red: '{{ $term9 }}'
+ green: '{{ $term10 }}'
+ yellow: '{{ $term11 }}'
+ blue: '{{ $term12 }}'
+ magenta: '{{ $term13 }}'
+ cyan: '{{ $term14 }}'
+ white: '{{ $term15 }}'