diff --git a/app/src/main/res/layout/gemtext_link.xml b/app/src/main/res/layout/gemtext_link.xml
index 1711f3d..8d39547 100644
--- a/app/src/main/res/layout/gemtext_link.xml
+++ b/app/src/main/res/layout/gemtext_link.xml
@@ -4,5 +4,5 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/CometText"
- android:textColor="@color/teal_700"
+ android:textColor="@color/link"
android:textIsSelectable="false" />
\ No newline at end of file
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index 1ecb218..ced0691 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -1,4 +1,12 @@
- #D4D4D4
+ #002b36
+ #073642
+ #93a1a1
+ #839496
+ #d33682
+ #073642
+ #2aa198
+ #073642
+ #2aa198
\ No newline at end of file
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
deleted file mode 100644
index 66c0579..0000000
--- a/app/src/main/res/values-night/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 675686a..8f7297f 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -1,17 +1,34 @@
- #FFBB86FC
- #FF6200EE
- #FF3700B3
- #FF03DAC5
- #FF018786
- #FF000000
+ #000000
- #F3F4ED
- #536162
- #424642
- #C06014
- #683C19
- #14C0B2
- #147169
+ #fdf6e3
+ #eee8d5
+ #93a1a1
+ #657b83
+ #d33682
+ #6c71c4
+ #6c71c4
+ #073642
+ #268bd2
+
\ No newline at end of file
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 80e61c8..3f2c213 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -2,17 +2,17 @@
\ No newline at end of file