summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-12-30 11:54:15 +0100
committerDave Davenport <qball@blame.services>2022-12-30 11:54:15 +0100
commitd464822505f5b57e6f5984f5468c62af83d88b2f (patch)
tree8e91d7d29c4241013b8aa18ed04bb1c82c5b96f0 /themes
parentd47b1515b5d189f7e080ffe00a62651308b65741 (diff)
[Theme] support rasinc for theme include files.
Diffstat (limited to 'themes')
-rw-r--r--themes/gruvbox-common.rasinc (renamed from themes/gruvbox-common.rasi)0
-rw-r--r--themes/gruvbox-dark-hard.rasi2
-rw-r--r--themes/gruvbox-dark-soft.rasi2
-rw-r--r--themes/gruvbox-dark.rasi2
-rw-r--r--themes/gruvbox-light-hard.rasi2
-rw-r--r--themes/gruvbox-light-soft.rasi2
-rw-r--r--themes/gruvbox-light.rasi2
7 files changed, 6 insertions, 6 deletions
diff --git a/themes/gruvbox-common.rasi b/themes/gruvbox-common.rasinc
index 69330e27..69330e27 100644
--- a/themes/gruvbox-common.rasi
+++ b/themes/gruvbox-common.rasinc
diff --git a/themes/gruvbox-dark-hard.rasi b/themes/gruvbox-dark-hard.rasi
index f09507e6..10be00f0 100644
--- a/themes/gruvbox-dark-hard.rasi
+++ b/themes/gruvbox-dark-hard.rasi
@@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}
-@import "gruvbox-common.rasi"
+@import "gruvbox-common.rasinc"
diff --git a/themes/gruvbox-dark-soft.rasi b/themes/gruvbox-dark-soft.rasi
index d080824a..03b120cc 100644
--- a/themes/gruvbox-dark-soft.rasi
+++ b/themes/gruvbox-dark-soft.rasi
@@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}
-@import "gruvbox-common.rasi"
+@import "gruvbox-common.rasinc"
diff --git a/themes/gruvbox-dark.rasi b/themes/gruvbox-dark.rasi
index 6bec1275..bc59022f 100644
--- a/themes/gruvbox-dark.rasi
+++ b/themes/gruvbox-dark.rasi
@@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}
-@import "gruvbox-common.rasi"
+@import "gruvbox-common.rasinc"
diff --git a/themes/gruvbox-light-hard.rasi b/themes/gruvbox-light-hard.rasi
index e0efe33f..18e51f47 100644
--- a/themes/gruvbox-light-hard.rasi
+++ b/themes/gruvbox-light-hard.rasi
@@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}
-@import "gruvbox-common.rasi"
+@import "gruvbox-common.rasinc"
diff --git a/themes/gruvbox-light-soft.rasi b/themes/gruvbox-light-soft.rasi
index 43ddb6b4..f386da75 100644
--- a/themes/gruvbox-light-soft.rasi
+++ b/themes/gruvbox-light-soft.rasi
@@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}
-@import "gruvbox-common.rasi"
+@import "gruvbox-common.rasinc"
diff --git a/themes/gruvbox-light.rasi b/themes/gruvbox-light.rasi
index f8041564..29190683 100644
--- a/themes/gruvbox-light.rasi
+++ b/themes/gruvbox-light.rasi
@@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}
-@import "gruvbox-common.rasi"
+@import "gruvbox-common.rasinc"