Add .config/walker/config.json
Add .config/walker/themes/default.json Add .config/walker/themes/default.css Add .config/walker/themes/default.toml
This commit is contained in:
parent
024f45246d
commit
3df253d915
4 changed files with 617 additions and 0 deletions
95
private_dot_config/walker/themes/default.json
Normal file
95
private_dot_config/walker/themes/default.json
Normal file
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"ui": {
|
||||
"anchors": {
|
||||
"bottom": true,
|
||||
"left": true,
|
||||
"right": true,
|
||||
"top": true
|
||||
},
|
||||
"window": {
|
||||
"box": {
|
||||
"ai_scroll": {
|
||||
"h_align": "fill",
|
||||
"height": 300,
|
||||
"list": {
|
||||
"item": {
|
||||
"h_align": "fill",
|
||||
"name": "aiItem",
|
||||
"v_align": "fill",
|
||||
"wrap": true,
|
||||
"x_align": 0,
|
||||
"y_align": 0
|
||||
},
|
||||
"name": "aiList",
|
||||
"orientation": "vertical",
|
||||
"spacing": 10,
|
||||
"width": 400
|
||||
},
|
||||
"margins": {
|
||||
"top": 8
|
||||
},
|
||||
"max_height": 300,
|
||||
"min_width": 400,
|
||||
"name": "aiScroll",
|
||||
"v_align": "fill",
|
||||
"width": 400
|
||||
},
|
||||
"bar": {
|
||||
"entry": {
|
||||
"h_align": "fill",
|
||||
"h_expand": true,
|
||||
"icon": {
|
||||
"h_align": "center",
|
||||
"h_expand": true,
|
||||
"pixel_size": 24,
|
||||
"theme": ""
|
||||
}
|
||||
},
|
||||
"orientation": "horizontal",
|
||||
"position": "end"
|
||||
},
|
||||
"h_align": "center",
|
||||
"margins": {
|
||||
"top": 200
|
||||
},
|
||||
"scroll": {
|
||||
"list": {
|
||||
"item": {
|
||||
"activation_label": {
|
||||
"h_align": "fill",
|
||||
"v_align": "fill",
|
||||
"width": 20,
|
||||
"x_align": 0.5,
|
||||
"y_align": 0.5
|
||||
},
|
||||
"icon": {
|
||||
"pixel_size": 26,
|
||||
"theme": ""
|
||||
}
|
||||
},
|
||||
"margins": {
|
||||
"top": 8
|
||||
},
|
||||
"max_height": 300,
|
||||
"max_width": 400,
|
||||
"min_width": 400,
|
||||
"width": 400
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"input": {
|
||||
"h_align": "fill",
|
||||
"h_expand": true,
|
||||
"icons": true
|
||||
},
|
||||
"spinner": {
|
||||
"hide": true
|
||||
}
|
||||
},
|
||||
"width": 450
|
||||
},
|
||||
"h_align": "fill",
|
||||
"v_align": "fill"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue