tests: Add the cursor and focus colors to the generated images theme.

This commit is contained in:
Emmanuel Lepage Vallee 2018-07-24 17:09:16 -04:00
parent bf6ab0ba4c
commit ff9f78ef7e
1 changed files with 3 additions and 0 deletions

View File

@ -29,10 +29,13 @@ end
local module = {
fg_normal = "#000000" ,
bg_normal = "#6181FF7D",
bg_focus = "#AA00FF7D",
bg_highlight = "#AA00FF7D",
border_color = "#6181FF" ,
border_width = 1.5 ,
prompt_bg_cursor = "#00FF7D",
-- Fake resources handling
xresources = require("beautiful.xresources"),