Skip to content

Commit

Permalink
correct few bugs, harmonize to color.def
Browse files Browse the repository at this point in the history
  • Loading branch information
agaget committed Jan 31, 2024
1 parent 2a047c4 commit 93b2e52
Show file tree
Hide file tree
Showing 34 changed files with 7,916 additions and 11,985 deletions.
52 changes: 0 additions & 52 deletions bob/Conversion_opi_to_bob.log

This file was deleted.

48 changes: 48 additions & 0 deletions bob/color.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Default color for text
Text=0,0,0

# Default color for 'active' text that's being edited
ActiveText=255, 255, 255

# Display background
Background = 240, 240, 240

# .. for widgets that read/write a value
Read_Background = 120, 120, 120
Write_Background = 120, 120, 120

Read_Foreground = 0, 255, 0
Write_Foreground = 0, 255, 255

# .. for buttons
Button_Background = 210, 210, 210

# .. for grouping
Group_Background = 240, 240, 240

# Styling
Header_Background=52,101,164
Header_2_Background=114,159,207
Header_3_Background=255,255,255

Header_ForeGround=255,255,255
Header_2_ForeGround=255,255,255
Header_3_ForeGround=255,255,255

#Status
OK = 0, 255, 0
MINOR = 255, 128, 0
MAJOR = 255, 0, 0
INVALID = 255, 0, 255
DISCONNECTED = INVALID
On = OK
Off = 60,100,60
Enable = 0, 255, 0
Disable = 200, 200, 200
Open = OK
Out = OK
Close = MAJOR
In = MAJOR
Moving = 0, 0, 200
Initialization = Moving
Transition = Moving
17 changes: 0 additions & 17 deletions bob/evg-seq-append.py

This file was deleted.

8 changes: 0 additions & 8 deletions bob/evg-seq-clear.py

This file was deleted.

24 changes: 0 additions & 24 deletions bob/evg-seq-revert.py

This file was deleted.

25 changes: 0 additions & 25 deletions bob/evg-seq-save.py

This file was deleted.

Loading

0 comments on commit 93b2e52

Please sign in to comment.