From dd4c0330406d402fa18f55b53dcfdcffc605b9d5 Mon Sep 17 00:00:00 2001 From: Gabb-c Date: Tue, 17 Aug 2021 21:38:45 -0300 Subject: [PATCH] fix(themes): add missing new line --- themes/blade.theme | 2 +- themes/buffy.theme | 2 +- themes/dracula-night.theme | 2 +- themes/van-helsing.theme | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/blade.theme b/themes/blade.theme index 03df4d2..6ef6f20 100644 --- a/themes/blade.theme +++ b/themes/blade.theme @@ -89,4 +89,4 @@ theme[upload_end]="#ff5555" # Process box color gradient for threads, mem and cpu usage theme[process_start]="#8be9fd" theme[process_mid]="#50fa7b" -theme[process_end]="#BD93F9" \ No newline at end of file +theme[process_end]="#BD93F9" diff --git a/themes/buffy.theme b/themes/buffy.theme index 70569bf..97cce64 100644 --- a/themes/buffy.theme +++ b/themes/buffy.theme @@ -89,4 +89,4 @@ theme[upload_end]="#ff79c6" # Process box color gradient for threads, mem and cpu usage theme[process_start]="#50fa7b" theme[process_mid]="#f1fa8c" -theme[process_end]="#ff5555" \ No newline at end of file +theme[process_end]="#ff5555" diff --git a/themes/dracula-night.theme b/themes/dracula-night.theme index d018860..f60ade1 100644 --- a/themes/dracula-night.theme +++ b/themes/dracula-night.theme @@ -89,4 +89,4 @@ theme[upload_end]="#ff5555" # Process box color gradient for threads, mem and cpu usage theme[process_start]="#50fa7b" theme[process_mid]="#f1fa8c" -theme[process_end]="#ff5555" \ No newline at end of file +theme[process_end]="#ff5555" diff --git a/themes/van-helsing.theme b/themes/van-helsing.theme index 65b0106..874afef 100644 --- a/themes/van-helsing.theme +++ b/themes/van-helsing.theme @@ -89,4 +89,4 @@ theme[upload_end]="#f8f8f2" # Process box color gradient for threads, mem and cpu usage theme[process_start]="#50fa7b" theme[process_mid]="#50fa7b" -theme[process_end]="#50fa7b" \ No newline at end of file +theme[process_end]="#50fa7b"