diff --git a/.atom/themes/Atom - Dark/atom.css b/.atom/themes/Atom - Dark/atom.css index ef77796b4..87a476b1b 100644 --- a/.atom/themes/Atom - Dark/atom.css +++ b/.atom/themes/Atom - Dark/atom.css @@ -1,5 +1,6 @@ html, body { font: caption; + background-color: #333333; } #root-view { diff --git a/native/linux/install-32.sh b/native/linux/install-32.sh index 23888b098..44506b017 100755 --- a/native/linux/install-32.sh +++ b/native/linux/install-32.sh @@ -9,7 +9,6 @@ cp -R ../../src $INSTALLDIR cp -R ../../static $INSTALLDIR cp -R ../../vendor $INSTALLDIR cp -R ../../bundles $INSTALLDIR -cp -R ../../themes $INSTALLDIR mkdir -p $INSTALLDIR/native/v8_extensions cp -t $INSTALLDIR/native/v8_extensions ../v8_extensions/*.js coffee -c -o $INSTALLDIR/src/stdlib ../../src/stdlib/require.coffee diff --git a/script/copy-files-to-bundle b/script/copy-files-to-bundle index c8ab8dd4f..379f5837c 100755 --- a/script/copy-files-to-bundle +++ b/script/copy-files-to-bundle @@ -42,4 +42,4 @@ for CSON_FILE in $CSON_FILES; do done; # Copy non-coffee files into bundle -rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark themes "$RESOUCES_PATH" +rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark "$RESOUCES_PATH" diff --git a/static/index.html b/static/index.html index 582a8c87b..e65255bd2 100644 --- a/static/index.html +++ b/static/index.html @@ -1,5 +1,5 @@ - +