Commit: fa0a52a01e55cd7d9d49a5291adc9e40ce435d49
Parent: d3da148e661e6e4ff164881266e918613bd70b81
Author: Randy Palamar
Date: Wed, 11 Sep 2024 07:27:32 -0600
gf2: add theme
Diffstat:
1 file changed, 32 insertions(+), 0 deletions(-)
diff --git a/.config/gf2_config.ini b/.config/gf2_config.ini
@@ -1,2 +1,34 @@
[ui]
layout=h(65,v(75,t(Source,Prof),Console),v(50,t(Watch,Breakpoints,Commands,Struct,Exe,View,CmdSearch),t(Stack,Locals,Registers,Data,Memory,Files,Thread)))
+selectable_source=1
+font_size_code=22
+scale=1.4
+font_path=/usr/share/fonts/gofont/Go-Mono.ttf
+font_size_interface=22
+
+[theme]
+panel1=090909
+panel2=090909
+text=dcd4a9
+textDisabled=787D81
+border=404040
+buttonNormal=090909
+buttonHovered=222222
+buttonPressed=0D0D0F
+buttonDisabled=1B1F23
+textboxNormal=090909
+textboxText=dcd4a9
+textboxFocused=3C3836
+codeFocused=3C3836
+codeBackground=090909
+codeDefault=dcd4a9
+codeComment=bda175
+codeString=dcd4a9
+codeNumber=dcd4a9
+codeOperator=804cda
+codePreprocessor=dcd4a9
+gaugeFilled=2CE342
+selected=3C3836
+textSelected=dcd4a9
+accent1=cd3946
+accent2=35973e