|
| 1 | +self { |
| 2 | + background-color: #282828; /* Gruvbox dark background */ |
| 3 | +} |
| 4 | +::-webkit-scrollbar-thumb { |
| 5 | + background-color: #fe8019; /* Gruvbox orange for highlights and accents */ |
| 6 | +} |
| 7 | +.DataValue::placeholder { |
| 8 | + color: #928374; /* Gruvbox faded text color for less emphasis */ |
| 9 | +} |
| 10 | +.DataModel { |
| 11 | + background-color: #3c3836; /* Gruvbox dark gray for alternate backgrounds */ |
| 12 | +} |
| 13 | +.DataGridCollection, .DataTable, .DataSection { |
| 14 | + border-color: #d65d0e; /* Gruvbox dark orange for borders */ |
| 15 | + background-color: #3c3836; /* Gruvbox dark gray for alternate backgrounds */ |
| 16 | +} |
| 17 | +.DataSection:hover, .DataTable:hover, .DataGridCollection:hover, .DataValue:hover, input:hover { |
| 18 | + border-color: #b8bb26; /* Gruvbox yellow for creative accents */ |
| 19 | +} |
| 20 | +.DataSection:focus-within, .DataTable:focus-within, .DataGridCollection:focus-within, .DataValue:focus-within { |
| 21 | + border-color: #fb4934; /* Gruvbox bright red for urgent or important accents */ |
| 22 | +} |
| 23 | +.caption, label { |
| 24 | + color: #ebdbb2; /* Gruvbox light text color for foreground elements */ |
| 25 | +} |
| 26 | +.invalid, .dg-error-list { |
| 27 | + background-color: #fb4934; /* Gruvbox red for errors, warnings */ |
| 28 | +} |
| 29 | +.SoftError > .invalid { |
| 30 | + background-color: #fabd2f; /* Gruvbox yellow for warnings, notices */ |
| 31 | +} |
| 32 | +.confirmed { |
| 33 | + background-color: #b8bb26; /* Gruvbox green for success messages, buttons */ |
| 34 | +} |
| 35 | +button[id="delete-section"] { |
| 36 | + color: #83a598; /* Gruvbox aqua for links and buttons */ |
| 37 | +} |
0 commit comments