From 3210aa2e191ee9d18b444493fddbf7659f51572d Mon Sep 17 00:00:00 2001 From: Demetrio Rodriguez Date: Tue, 3 Jan 2023 02:03:34 +0000 Subject: [PATCH] Nord: gtk2 --- src/gtk-2.0/common/color.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gtk-2.0/common/color.rc b/src/gtk-2.0/common/color.rc index 26f1725..86c3824 100644 --- a/src/gtk-2.0/common/color.rc +++ b/src/gtk-2.0/common/color.rc @@ -6,6 +6,7 @@ gtk-color-scheme = "theme-orange-color:#212121" gtk-color-scheme = "theme-yellow-color:#212121" gtk-color-scheme = "theme-green-color:#212121" gtk-color-scheme = "theme-grey-color:#212121" +gtk-color-scheme = "theme-nord-color:#212121" gtk-color-scheme = "theme-default-dark-color:#212121" gtk-color-scheme = "theme-purple-dark-color:#212121" gtk-color-scheme = "theme-pink-dark-color:#212121" @@ -14,3 +15,4 @@ gtk-color-scheme = "theme-orange-dark-color:#212121" gtk-color-scheme = "theme-yellow-dark-color:#212121" gtk-color-scheme = "theme-green-dark-color:#212121" gtk-color-scheme = "theme-grey-dark-color:#212121" +gtk-color-scheme = "theme-nord-dark-color:#212121"