From 680b95d1e94665341c8c7f16ae5da1da325aa963 Mon Sep 17 00:00:00 2001 From: haskal Date: Mon, 2 Aug 2021 22:52:55 -0400 Subject: [PATCH] fix icon colors (thanks sys64738) --- theme-agatha.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-agatha.less b/theme-agatha.less index 3caf403..426f2bf 100644 --- a/theme-agatha.less +++ b/theme-agatha.less @@ -430,7 +430,7 @@ td.blob-hunk { .repository.file.list #repo-files-table tbody .svg.octicon-file-directory, .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { - color: #7c9b5e; + color: var(--color-primary); } .repository.labels .ui.basic.black.label {