Skip to content

Commit

Permalink
Colors. removed direct color setting throw JS. Removed generation css…
Browse files Browse the repository at this point in the history
… custom properties for themes. Removed colors export in JS.
  • Loading branch information
ArthurStam committed Nov 10, 2018
1 parent f736222 commit 7ea4e7d
Show file tree
Hide file tree
Showing 24 changed files with 265 additions and 883 deletions.
33 changes: 0 additions & 33 deletions src/appearance.js

This file was deleted.

5 changes: 4 additions & 1 deletion src/appearance/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
tabbarHeight: 48
tabbarHeight: 48,
/* Цветовые схемы */
CLIENT_DARK: 'client_dark',
CLIENT_LIGHT: 'client_light'
};
5 changes: 0 additions & 5 deletions src/appearance/custom_palette.js

This file was deleted.

52 changes: 0 additions & 52 deletions src/appearance/custom_scheme.js

This file was deleted.

81 changes: 0 additions & 81 deletions src/appearance/palette.js

This file was deleted.

Loading

0 comments on commit 7ea4e7d

Please sign in to comment.