From ef6ceb5c0abd2e8fdccb32639e014eb57b6a8ac8 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee Date: Thu, 7 Dec 2023 20:54:31 +0530 Subject: [PATCH] chore: change helix theme in config --- sources/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/helix/config.toml b/sources/helix/config.toml index 5fd3ddc..36f63a1 100644 --- a/sources/helix/config.toml +++ b/sources/helix/config.toml @@ -1,4 +1,4 @@ -theme = "monokai_pro_ristretto" +theme = "adwaita-dark" [editor.lsp] display-inlay-hints = true