Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Switch from Red default colour scheme to Blue
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Clark committed Apr 24, 2008
1 parent e6855ac commit 597f179
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions XSConsoleConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class Config:
def __init__(self):
self.colours = {
# Colours specified as name : (red, green, blue), value range 0..999
'fg_dark' : (444, 444, 333),
'fg_normal' : (666, 666, 500),
'fg_bright' : (999, 999, 750),
'fg_dark' : (400, 400, 360),
'fg_normal' : (600, 600, 550),
'fg_bright' : (999, 999, 800),
'bg_dark' : (0, 0, 0),
'bg_normal' : (333, 0, 0),
'bg_bright' : (500, 0, 0),
'bg_normal' : (0, 168, 325),
'bg_bright' : (0, 200, 400),
}

self.ftpname = 'XenServer Support'
Expand Down

0 comments on commit 597f179

Please sign in to comment.