diff --git a/scripts/sshot b/scripts/sshot index ca20add..0648a9e 100755 --- a/scripts/sshot +++ b/scripts/sshot @@ -1,3 +1,3 @@ #!/bin/bash -scrot -s -f -F $SCREENSHOT_HOME/$(date +%F-%H%M%S).png -e 'xclip -sel clipboard -t image/png -i $f' +scrot -b -s -f -F "$SCREENSHOT_HOME/$(date +%F-%H%M%S).png" -e 'xclip -sel clipboard -t image/png -i $f' diff --git a/themectl/schemes/rosepine.yaml b/themectl/schemes/rosepine.yaml new file mode 100644 index 0000000..7a43a25 --- /dev/null +++ b/themectl/schemes/rosepine.yaml @@ -0,0 +1,19 @@ +scheme: "Rose Pine" +author: "Rose Pine" + +base00: "232136" # Default Background +base01: "393552" # Lighter Background (Used for status bars, line number and folding marks) +base02: "44415a" # Selection Background +base03: "6e6a86" # Comments, Invisibles, Line Highlighting +base04: "908caa" # Dark Foreground (Used for status bars) +base05: "e0def4" # Default Foreground, Caret, Delimiters, Operators +base06: "faf4ed" # Light Foreground (Not often used) +base07: "faf4ed" # Light Background (Not often used) +base08: "b4637a" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted +base09: "ea9d34" # Integers, Boolean, Constants, XML Attributes, Markup Link Url +base0A: "ea9d34" # Classes, Markup Bold, Search Text Background +base0B: "5e8755" # Strings, Inherited Class, Markup Code, Diff Inserted +base0C: "56949f" # Support, Regular Expressions, Escape Characters, Markup Quotes +base0D: "286983" # Functions, Methods, Attribute IDs, Headings +base0E: "907aa9" # Keywords, Storage, Selector, Markup Italic, Diff Changed +base0F: "000000" # Deprecated, Opening/Closing Embedded Language Tags, e.g. diff --git a/themectl/schemes/rosepinedawn.yaml b/themectl/schemes/rosepinedawn.yaml index d947781..e49e398 100644 --- a/themectl/schemes/rosepinedawn.yaml +++ b/themectl/schemes/rosepinedawn.yaml @@ -1,5 +1,5 @@ scheme: "Rose Pine Dawn" -author: "https://github.com/voronianski/oceanic-next-color-scheme" +author: "Rose Pine" base00: "faf4ed" # Default Background base01: "e8e8e8" # Lighter Background (Used for status bars, line number and folding marks) base02: "dfdad9" # Selection Background