Skip to content

Commit

Permalink
remove opinionated styling from widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Briles committed Apr 20, 2019
1 parent 559e9bd commit c47b95f
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 91 deletions.
7 changes: 0 additions & 7 deletions .gulp/widget.js
Expand Up @@ -16,13 +16,6 @@ function Widget(basename) {

this.config = {
draw_shadows: false,
font_options: [
'DirectWrite',
'subpixel_antialias',
],
line_padding_top: 4,
line_padding_bottom: 4,
// color_scheme: `${paths.internal.packagesRoot}${basename}.sublime-color-scheme`,
};

this.filename = `Widget - ${basename}.sublime-settings`;
Expand Down
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Dark) (Hard) NDC.sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Dark) (Hard).sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Dark) (Medium).sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Dark) (Soft) NDC.sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Dark) (Soft).sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Light) (Hard) NDC.sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Light) (Hard).sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Light) (Medium).sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Light) (Soft) NDC.sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}
8 changes: 1 addition & 7 deletions widgets/Widget - gruvbox (Light) (Soft).sublime-settings
@@ -1,9 +1,3 @@
{
"draw_shadows": false,
"font_options": [
"DirectWrite",
"subpixel_antialias"
],
"line_padding_top": 4,
"line_padding_bottom": 4
"draw_shadows": false
}

0 comments on commit c47b95f

Please sign in to comment.