Skip to content

jdriselvato/Hikaru-2-Sabaki-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Hikaru 2 - Sabaki Theme

hikaru-screenshot

"A crisp SVG theme with an anime feel." - Upsided

Difference:

Default Animation

animation.mov

Download


Removing Animations

If you want to remove animations from the other Upsided themes, here's a quick breakdown of how I did it.

Note: asar & npm need to be installed

npm install -g asar
  1. Download the Theme
  2. Unpack the theme in terminal with npx asar extract hikaru.asar ./theme
  3. All the files will be extracted in a folder called theme
  4. In the theme folder edit the styles.css file
  5. Remove the following lines:
/* ANIMATIONS */
/* make the markers wait until stone arrives*/
@keyframes marker-wait {
    from {opacity: 0;}
}

/* move in stones from black or white player */
@keyframes stone-drop-black {
  from { transform: scale(1.0, 1.5) translate(2em,8em); }
  opacity: 0.2;
}

@keyframes stone-drop-white {
  from { 
  transform: scale(1.0,  1.5) translate(-2em, -8em); 
  opacity: 0.2;
  }
}
  1. Save the file
  2. In terminal asar pack ./theme ./hikaru2.asar
  3. In Sabaki, you can install the theme file under Preferences -> Themes -> Install Theme.

About

Hikaru theme from Upsided-Sabaki-Themes but without the placement animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages