-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.xul
22 lines (22 loc) · 1.26 KB
/
options.xul
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://tabkit.tab-highlighter/locale/options.dtd">
<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<setting pref="extensions.tabkit.tab-highlighter.highlightCurrentTab" type="bool" title="&options.highlightCurrentTab.title;">
&options.highlightCurrentTab.desc;
</setting>
<setting pref="extensions.tabkit.tab-highlighter.boldCurrentTab" type="bool" title="&options.boldCurrentTab.title;">
&options.boldCurrentTab.desc;
</setting>
<setting pref="extensions.tabkit.tab-highlighter.highlightUnreadTab" type="bool" title="&options.highlightUnreadTab.title;">
&options.highlightUnreadTab.desc;
</setting>
<setting pref="extensions.tabkit.tab-highlighter.highlightProtectedTab" type="bool" title="&options.highlightProtectedTab.title;">
&options.highlightProtectedTab.desc;
</setting>
<setting pref="extensions.tabkit.tab-highlighter.makeTabBackgroundSolid" type="bool" title="&options.makeTabBackgroundSolid.title;">
&options.makeTabBackgroundSolid.desc;
</setting>
<setting pref="extensions.tabkit.tab-highlighter.makeTabBarBackgroundSolid" type="bool" title="&options.makeTabBarBackgroundSolid.title;">
&options.makeTabBarBackgroundSolid.desc;
</setting>
</vbox>