net472/Themes/Green.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
@{ Name = "Green" Definition = @{ UDDashboard = @{ BackgroundColor = "#628C3C" FontColor = "#000000" } UDNavBar = @{ BackgroundColor = "#72C220" FontColor = "#000000" } UDCard = @{ BackgroundColor = "#70B24B" FontColor = "#000000" } UDChart = @{ BackgroundColor = "#70B24B" FontColor = "#000000" } UDMonitor = @{ BackgroundColor = "#70B24B" FontColor = "#000000" } UDTable = @{ BackgroundColor = "#70B24B" FontColor = "#000000" } UDGrid = @{ BackgroundColor = "#70B24B" FontColor = "#000000" } UDCounter = @{ BackgroundColor = "#70B24B" FontColor = "#000000" } UDInput = @{ BackgroundColor = "#70B24B" FontColor = "#000000" } UDFooter = @{ BackgroundColor = "#72C220" FontColor = "#000000" } } } |