mirror of
https://github.com/DorianRudolph/sirula.git
synced 2024-12-01 17:55:34 +03:00
add config c
This commit is contained in:
parent
56854175ab
commit
9ef5448ec9
3
sample-config/c/README.md
Normal file
3
sample-config/c/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# config-c
|
||||
|
||||
![config-c](./screenshot.png)
|
16
sample-config/c/config.toml
Normal file
16
sample-config/c/config.toml
Normal file
@ -0,0 +1,16 @@
|
||||
markup_highlight = 'underline="low" weight="bold"'
|
||||
#markup_extra = 'foreground="blue"'
|
||||
#markup_default = 'foreground="yellow"'
|
||||
exclusive = true
|
||||
lines = 1
|
||||
icon_size = 20
|
||||
anchor_left = false
|
||||
anchor_right = false
|
||||
anchor_top = false
|
||||
anchor_bottom = false
|
||||
margin_top = 1
|
||||
margin_bottom = 0
|
||||
margin_left = 0
|
||||
margin_right = 0
|
||||
width = 750
|
||||
height = 450
|
BIN
sample-config/c/screenshot.png
Normal file
BIN
sample-config/c/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 374 KiB |
35
sample-config/c/style.css
Normal file
35
sample-config/c/style.css
Normal file
@ -0,0 +1,35 @@
|
||||
.app-row {
|
||||
transition: unset;
|
||||
padding: 5px 0 5px 10px;
|
||||
background-color: #263238;
|
||||
}
|
||||
|
||||
.app-row:selected {
|
||||
background-color: #37474F;
|
||||
}
|
||||
|
||||
.app-label {
|
||||
margin-left: 10px;
|
||||
font-family: Roboto;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.app-list {
|
||||
background-color: #f00;
|
||||
}
|
||||
|
||||
#root-box {
|
||||
border: 3px solid #263238;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
|
||||
margin: 100px;
|
||||
background-color: #263238;
|
||||
}
|
||||
|
||||
#search {
|
||||
font-family: Roboto;
|
||||
font-size: 14px;
|
||||
padding: 2px 8px;
|
||||
margin: 5px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user