aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/dark.lua3
-rw-r--r--themes/light.lua3
2 files changed, 6 insertions, 0 deletions
diff --git a/themes/dark.lua b/themes/dark.lua
index 0177a2a6..d42156d2 100644
--- a/themes/dark.lua
+++ b/themes/dark.lua
@@ -127,3 +127,6 @@ view.call_tip_fore_hlt = colors.light_blue
-- Long Lines.
view.edge_color = colors.dark_grey
+
+-- Find & replace pane entries.
+ui.find.entry_font = font .. ' ' .. size
diff --git a/themes/light.lua b/themes/light.lua
index 5779903e..3a49168a 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -127,3 +127,6 @@ view.call_tip_fore_hlt = colors.light_blue
-- Long Lines.
view.edge_color = colors.grey
+
+-- Find & replace pane entries.
+ui.find.entry_font = font .. ' ' .. size