forked from ocaml-community/lambda-term
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlambda-termrc
More file actions
23 lines (23 loc) · 719 Bytes
/
lambda-termrc
File metadata and controls
23 lines (23 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
button.focused.foreground: lyellow
button.focused.background: blue
checkbutton.focused.foreground: lyellow
checkbutton.focused.background: blue
radiobutton.focused.foreground: lyellow
radiobutton.focused.background: blue
scrollbar.focused.foreground: lyellow
scrollbar.focused.background: blue
scrollbar.barstyle: outline
scrollbar.track: false
slider.focused.foreground: lyellow
slider.focused.background: blue
slider.barstyle: filled
slider.track: true
!
! For monochrome experience comment out the resources above and uncomment the
! following lines:
!
!button.focused.reverse: true
!checkbutton.focused.reverse: true
!radiobutton.focused.reverse: true
!scrollbar.focused.reverse: true
!slider.focused.reverse: true