Skip to content

Commit

Permalink
Merge pull request #49 from luusluus/45-adjust-color-theme-based-on-v…
Browse files Browse the repository at this point in the history
…s-code

45 adjust color theme based on vs code
  • Loading branch information
luusluus authored Oct 15, 2024
2 parents 9fc4a62 + 66dbe75 commit 374739a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions media/styles/parquet-visualizer-color-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@
color: #d4d4d4;
}

#table .tabulator-popup,
#schema .tabulator-popup,
#metadata .tabulator-popup,
#query-results .tabulator-popup{
.tabulator-popup.tabulator-popup-container{
background-color: #101010;
color: #d4d4d4;
}
Expand Down
5 changes: 1 addition & 4 deletions media/styles/parquet-visualizer-color-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
color: #242424;
}

#table .tabulator-popup,
#schema .tabulator-popup,
#metadata .tabulator-popup,
#query-results .tabulator-popup{
.tabulator-popup.tabulator-popup-container{
background-color: #e0e0e0;
color: #242424;
}
Expand Down

0 comments on commit 374739a

Please sign in to comment.