aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-05-22 12:37:38 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-05-22 12:37:38 -0400
commita5f6fefe13accd75de4ec8fa6a552fb32085f57b (patch)
treecb5386411d38027b3d0cd3d2ce74116dddc31736 /themes/term.lua
parent04730b609194f64081a99bf7f39909573a5e8b1d (diff)
Use 'font' and 'fontsize' properties for theme fonts.
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/term.lua b/themes/term.lua
index 23d06678..43c6cbdc 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -27,9 +27,6 @@ property['color.light_magenta'] = 0xFF00FF
property['color.light_cyan'] = 0xFFFF00
property['color.light_white'] = 0xFFFFFF
--- Default style.
-property['style.default'] = 'fore:$(color.white),back:$(color.black)'
-
-- Token styles.
property['style.nothing'] = ''
property['style.class'] = 'fore:$(color.yellow)'
@@ -51,6 +48,7 @@ property['style.embedded'] = '$(style.tag),back:$(color.black),bold'
property['style.identifier'] = '$(style.nothing)'
-- Predefined styles.
+property['style.default'] = 'fore:$(color.white),back:$(color.black)'
property['style.linenumber'] = '$(style.default)'
property['style.bracelight'] = 'fore:$(color.black),back:$(color.white)'
property['style.bracebad'] = 'fore:$(color.red),bold'