First portion of configtypes refactoring

This commit is contained in:
Florian Bruhin 2017-06-13 10:20:46 +02:00
parent 7e52eb7b0e
commit 921d02e4d3
2 changed files with 342 additions and 375 deletions

View File

@ -454,6 +454,7 @@ content.custom_headers:
name: Dict
keytype: String
valtype: String
encoding: ascii
none_ok: true
desc: Set custom headers for qutebrowser HTTP requests.
@ -1178,7 +1179,7 @@ searchengines:
DEFAULT: https://duckduckgo.com/?q={}
type:
name: Dict
keytype: SearchEngineName
keytype: String
valtype: SearchEngineUrl
desc: FIXME
@ -1512,7 +1513,7 @@ colors.keyhint.fg:
colors.keyhint.suffix.fg:
default: '#FFFF00'
type: CssColor
type: QssColor
desc: Highlight color for keys to complete the current keychain
colors.keyhint.bg:

File diff suppressed because it is too large Load Diff