summaryrefslogtreecommitdiff
path: root/fnl/config/lualine.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-22 00:15:48 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-22 00:15:48 +0200
commit5acb6e029c45c044a2cfdad3f63ec6d663882395 (patch)
treeb32d1ca933c6cde92c8aa7bc6d3e37d20259b390 /fnl/config/lualine.fnl
parentf69fcee0e9c7cb2d17a978a021a20166bfa0f5c5 (diff)
Set lualine icon to not colored
Diffstat (limited to 'fnl/config/lualine.fnl')
-rw-r--r--fnl/config/lualine.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl
index 2a7bc66..a084d63 100644
--- a/fnl/config/lualine.fnl
+++ b/fnl/config/lualine.fnl
@@ -38,7 +38,7 @@
(def- branch {1 "b:gitsigns_head" :icon " " :cond hide-in-width})
-(def- filetype {1 :filetype :cond hide_in_width :color {}})
+(def- filetype {1 :filetype :colored false :cond hide_in_width :color {}})
(def- language-server {1 active-clients :cond hide_in_width})