From 2436ef3d4ef13f3bb48c47f2280660f00970ed78 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 23 Feb 2024 16:44:14 +0330 Subject: [PATCH] feat: icons,fonts and themes folder moved to ui folder --- host/{ => ui}/fonts/GrapeNuts-Regular.ttf | Bin host/{ => ui}/fonts/Icomoon-Feather.ttf | Bin host/{ => ui}/fonts/Iosevka-Nerd-Font-Complete.ttf | Bin .../fonts/JetBrains-Mono-Nerd-Font-Complete.ttf | Bin host/{ => ui}/icons/McMojave-circle.tar.xz | Bin host/{ => ui}/themes/Colloid.tar.xz | Bin host/{ => ui}/themes/Orchis.tar.xz | Bin 7 files changed, 0 insertions(+), 0 deletions(-) rename host/{ => ui}/fonts/GrapeNuts-Regular.ttf (100%) rename host/{ => ui}/fonts/Icomoon-Feather.ttf (100%) rename host/{ => ui}/fonts/Iosevka-Nerd-Font-Complete.ttf (100%) rename host/{ => ui}/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf (100%) rename host/{ => ui}/icons/McMojave-circle.tar.xz (100%) rename host/{ => ui}/themes/Colloid.tar.xz (100%) rename host/{ => ui}/themes/Orchis.tar.xz (100%) diff --git a/host/fonts/GrapeNuts-Regular.ttf b/host/ui/fonts/GrapeNuts-Regular.ttf similarity index 100% rename from host/fonts/GrapeNuts-Regular.ttf rename to host/ui/fonts/GrapeNuts-Regular.ttf diff --git a/host/fonts/Icomoon-Feather.ttf b/host/ui/fonts/Icomoon-Feather.ttf similarity index 100% rename from host/fonts/Icomoon-Feather.ttf rename to host/ui/fonts/Icomoon-Feather.ttf diff --git a/host/fonts/Iosevka-Nerd-Font-Complete.ttf b/host/ui/fonts/Iosevka-Nerd-Font-Complete.ttf similarity index 100% rename from host/fonts/Iosevka-Nerd-Font-Complete.ttf rename to host/ui/fonts/Iosevka-Nerd-Font-Complete.ttf diff --git a/host/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf b/host/ui/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf similarity index 100% rename from host/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf rename to host/ui/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf diff --git a/host/icons/McMojave-circle.tar.xz b/host/ui/icons/McMojave-circle.tar.xz similarity index 100% rename from host/icons/McMojave-circle.tar.xz rename to host/ui/icons/McMojave-circle.tar.xz diff --git a/host/themes/Colloid.tar.xz b/host/ui/themes/Colloid.tar.xz similarity index 100% rename from host/themes/Colloid.tar.xz rename to host/ui/themes/Colloid.tar.xz diff --git a/host/themes/Orchis.tar.xz b/host/ui/themes/Orchis.tar.xz similarity index 100% rename from host/themes/Orchis.tar.xz rename to host/ui/themes/Orchis.tar.xz