suicide
This commit is contained in:
parent
1438fe39dd
commit
c32e864158
2 changed files with 8 additions and 35 deletions
|
@ -1,33 +0,0 @@
|
||||||
font=Departure Mono:size=17
|
|
||||||
|
|
||||||
[main]
|
|
||||||
pad = 5x5
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
alpha=0.9
|
|
||||||
foreground=ffffff
|
|
||||||
background=000000
|
|
||||||
|
|
||||||
regular0=2e3436
|
|
||||||
regular1=cc0000
|
|
||||||
regular2=4e9a06
|
|
||||||
regular3=c4a000
|
|
||||||
regular4=3465a4
|
|
||||||
regular5=75507b
|
|
||||||
regular6=06989a
|
|
||||||
regular7=d3d7cf
|
|
||||||
bright0=555753
|
|
||||||
bright1=ef2929
|
|
||||||
bright2=8ae234
|
|
||||||
bright3=fce94f
|
|
||||||
bright4=729fcf
|
|
||||||
bright5=ad7fa8
|
|
||||||
bright6=34e2e2
|
|
||||||
bright7=eeeeec
|
|
||||||
|
|
||||||
[cursor]
|
|
||||||
style = underline
|
|
||||||
unfocused-style = unchanged
|
|
||||||
blink = no
|
|
||||||
blink-rate = 500
|
|
||||||
underline-thickness = 2px
|
|
|
@ -1,13 +1,19 @@
|
||||||
|
// !!! STOP !!!
|
||||||
|
// This file is not meant to be edited by hand unless you know what you're doing. You are encouraged to use the settings menu instead (Right click Sober in your apps menu, then hit "Settings")
|
||||||
|
// You can prevent Sober from launching by improperly formatting this file's JSON, or possibly mess up the Roblox engine by toggling certain flags intended for Roblox engineers.
|
||||||
|
// **If you got Fastflags from an FFlag guide, Reddit post, AI model, or a YouTuber, you shouldn't be here, and the FFlags provided are likely made up. We will not provide support for any bugs caused by Fastflag usage.**
|
||||||
|
// Incase you mess up, you can reset this file by deleting it. It will be recreated the next time you launch Sober.
|
||||||
|
// -------------------------------------------
|
||||||
|
// Documentation is available at https://vinegarhq.org/Sober/Configuration/index.html - We encourage you to read it before toggling anything.
|
||||||
{
|
{
|
||||||
"allow_gamepad_permission": false,
|
"allow_gamepad_permission": false,
|
||||||
"bring_back_oof": false,
|
|
||||||
"close_on_leave": false,
|
"close_on_leave": false,
|
||||||
"discord_rpc_enabled": false,
|
"discord_rpc_enabled": false,
|
||||||
"enable_gamemode": true,
|
"enable_gamemode": true,
|
||||||
"enable_hidpi": false,
|
"enable_hidpi": false,
|
||||||
"fflags": {
|
"fflags": {
|
||||||
"DFFlagTextureQualityOverrideEnabled": true,
|
"DFFlagTextureQualityOverrideEnabled": true,
|
||||||
"DFIntTextureQualityOverride": 4,
|
"DFIntTextureQualityOverride": 3,
|
||||||
"FFlagExample": true
|
"FFlagExample": true
|
||||||
},
|
},
|
||||||
"server_location_indicator_enabled": false,
|
"server_location_indicator_enabled": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue