Skip to content

Commit

Permalink
[Themes] Update themes to import without rasi(nc) extensions.
Browse files Browse the repository at this point in the history
Issue: #2069
  • Loading branch information
DaveDavenport committed Jan 2, 2025
1 parent 25c1adb commit ec5c6fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/gruvbox-dark-hard.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}

@import "gruvbox-common.rasinc"
@import "gruvbox-common"

2 changes: 1 addition & 1 deletion themes/gruvbox-dark-soft.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}

@import "gruvbox-common.rasinc"
@import "gruvbox-common"

2 changes: 1 addition & 1 deletion themes/gruvbox-dark.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}

@import "gruvbox-common.rasinc"
@import "gruvbox-common"

2 changes: 1 addition & 1 deletion themes/gruvbox-light-hard.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}

@import "gruvbox-common.rasinc"
@import "gruvbox-common"

2 changes: 1 addition & 1 deletion themes/gruvbox-light-soft.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}

@import "gruvbox-common.rasinc"
@import "gruvbox-common"

2 changes: 1 addition & 1 deletion themes/gruvbox-light.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
selected-urgent-foreground: @urgent-foreground;
}

@import "gruvbox-common.rasinc"
@import "gruvbox-common"

0 comments on commit ec5c6fe

Please sign in to comment.