mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-22 20:34:26 +00:00
Merge pull request #138 from xinsnake/fix-readme-comma
removed comma in sample config file
This commit is contained in:
commit
63c9a78b06
@ -85,7 +85,7 @@ enable_tls = true
|
|||||||
// hterm preferences
|
// hterm preferences
|
||||||
// Smaller font and a little bit bluer background color
|
// Smaller font and a little bit bluer background color
|
||||||
preferences {
|
preferences {
|
||||||
font_size = 5,
|
font_size = 5
|
||||||
background_color = "rgb(16, 16, 32)"
|
background_color = "rgb(16, 16, 32)"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user