Skip to content

Instantly share code, notes, and snippets.

@Willem3141
Created January 23, 2015 15:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Willem3141/e54a64461f30f1babbb2 to your computer and use it in GitHub Desktop.
Save Willem3141/e54a64461f30f1babbb2 to your computer and use it in GitHub Desktop.
Oxygen colors for LaTeX
% This package provides the Oxygen color scheme for LaTeX.
% See also https://techbase.kde.org/Projects/Oxygen/Style#Color_Usage
% The Oxygen color palette and this package are released under the Creative
% Commons Attribution-NonCommercial-NoDerivs 2.5 License.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{oxygencolors}[2015/01/23 Oxygen colors for LaTeX]
\RequirePackage{color}
\definecolor{woodbrown6}{RGB}{56, 37, 9}
\definecolor{woodbrown5}{RGB}{87, 64, 30}
\definecolor{woodbrown4}{RGB}{117, 81, 26}
\definecolor{woodbrown3}{RGB}{143, 107, 50}
\definecolor{woodbrown2}{RGB}{179, 146, 93}
\definecolor{woodbrown1}{RGB}{222, 188, 133}
\definecolor{brickred6}{RGB}{156, 15, 15}
\definecolor{brickred5}{RGB}{191, 3, 3}
\definecolor{brickred4}{RGB}{226, 8, 0}
\definecolor{brickred3}{RGB}{232, 87, 82}
\definecolor{brickred2}{RGB}{240, 134, 130}
\definecolor{brickred1}{RGB}{249, 204, 202}
\definecolor{raspberrypink6}{RGB}{156, 15, 86}
\definecolor{raspberrypink5}{RGB}{191, 3, 97}
\definecolor{raspberrypink4}{RGB}{226, 0, 113}
\definecolor{raspberrypink3}{RGB}{232, 82, 144}
\definecolor{raspberrypink2}{RGB}{240, 130, 176}
\definecolor{raspberrypink1}{RGB}{249, 202, 222}
\definecolor{burgundypurple6}{RGB}{106, 0, 86}
\definecolor{burgundypurple5}{RGB}{133, 2, 108}
\definecolor{burgundypurple4}{RGB}{160, 39, 134}
\definecolor{burgundypurple3}{RGB}{177, 79, 154}
\definecolor{burgundypurple2}{RGB}{193, 115, 176}
\definecolor{burgundypurple1}{RGB}{232, 183, 215}
\definecolor{grapeviolet6}{RGB}{29, 1, 085}
\definecolor{grapeviolet5}{RGB}{52, 23, 110}
\definecolor{grapeviolet4}{RGB}{70, 40, 134}
\definecolor{grapeviolet3}{RGB}{100, 74, 155}
\definecolor{grapeviolet2}{RGB}{142, 121, 165}
\definecolor{grapeviolet1}{RGB}{195, 180, 218}
\definecolor{skyblue6}{RGB}{0, 49, 110}
\definecolor{skyblue5}{RGB}{0, 67, 138}
\definecolor{skyblue4}{RGB}{0, 87, 174}
\definecolor{skyblue3}{RGB}{44, 114, 199}
\definecolor{skyblue2}{RGB}{97, 147, 207}
\definecolor{skyblue1}{RGB}{164, 192, 228}
\definecolor{seablue6}{RGB}{0, 72, 77}
\definecolor{seablue5}{RGB}{0, 96, 102}
\definecolor{seablue4}{RGB}{0, 120, 128}
\definecolor{seablue3}{RGB}{0, 167, 179}
\definecolor{seablue2}{RGB}{0, 196, 204}
\definecolor{seablue1}{RGB}{168, 221, 224}
\definecolor{emeraldgreen6}{RGB}{0, 88, 63}
\definecolor{emeraldgreen5}{RGB}{0, 115, 77}
\definecolor{emeraldgreen4}{RGB}{0, 153, 102}
\definecolor{emeraldgreen3}{RGB}{0, 179, 119}
\definecolor{emeraldgreen2}{RGB}{0, 204, 136}
\definecolor{emeraldgreen1}{RGB}{153, 220, 198}
\definecolor{forestgreen6}{RGB}{0, 110, 41}
\definecolor{forestgreen5}{RGB}{0, 137, 44}
\definecolor{forestgreen4}{RGB}{55, 164, 44}
\definecolor{forestgreen3}{RGB}{119, 183, 83}
\definecolor{forestgreen2}{RGB}{177, 210, 143}
\definecolor{forestgreen1}{RGB}{216, 232, 194}
\definecolor{sunyellow6}{RGB}{227, 173, 0}
\definecolor{sunyellow5}{RGB}{243, 195, 0}
\definecolor{sunyellow4}{RGB}{255, 221, 0}
\definecolor{sunyellow3}{RGB}{255, 235, 85}
\definecolor{sunyellow2}{RGB}{255, 242, 153}
\definecolor{sunyellow1}{RGB}{255, 246, 200}
\definecolor{hotorange6}{RGB}{172, 67, 17}
\definecolor{hotorange5}{RGB}{207, 73, 19}
\definecolor{hotorange4}{RGB}{235, 115, 49}
\definecolor{hotorange3}{RGB}{242, 155, 104}
\definecolor{hotorange2}{RGB}{242, 187, 136}
\definecolor{hotorange1}{RGB}{255, 217, 176}
\definecolor{aluminumgray6}{RGB}{46, 52, 54}
\definecolor{aluminumgray5}{RGB}{85, 87, 83}
\definecolor{aluminumgray4}{RGB}{136, 138, 133}
\definecolor{aluminumgray3}{RGB}{186, 189, 182}
\definecolor{aluminumgray2}{RGB}{211, 215, 207}
\definecolor{aluminumgray1}{RGB}{238, 238, 236}
\definecolor{brownorange6}{RGB}{77, 38, 0}
\definecolor{brownorange5}{RGB}{128, 63, 0}
\definecolor{brownorange4}{RGB}{191, 94, 0}
\definecolor{brownorange3}{RGB}{255, 126, 0}
\definecolor{brownorange2}{RGB}{255, 191, 128}
\definecolor{brownorange1}{RGB}{255, 223, 191}
\definecolor{red6}{RGB}{89, 0, 0}
\definecolor{red5}{RGB}{140, 0, 0}
\definecolor{red4}{RGB}{191, 0, 0}
\definecolor{red3}{RGB}{255, 0, 0}
\definecolor{red2}{RGB}{255, 128, 128}
\definecolor{red1}{RGB}{255, 191, 191}
\definecolor{pink6}{RGB}{115, 0, 85}
\definecolor{pink5}{RGB}{163, 0, 123}
\definecolor{pink4}{RGB}{204, 0, 154}
\definecolor{pink3}{RGB}{255, 0, 191}
\definecolor{pink2}{RGB}{255, 128, 223}
\definecolor{pink1}{RGB}{255, 191, 240}
\definecolor{purple6}{RGB}{44, 0, 89}
\definecolor{purple5}{RGB}{64, 0, 128}
\definecolor{purple4}{RGB}{90, 0, 179}
\definecolor{purple3}{RGB}{128, 0, 255}
\definecolor{purple2}{RGB}{192, 128, 255}
\definecolor{purple1}{RGB}{223, 191, 255}
\definecolor{blue6}{RGB}{0, 0, 128}
\definecolor{blue5}{RGB}{0, 0, 191}
\definecolor{blue4}{RGB}{0, 0, 255}
\definecolor{blue3}{RGB}{0, 102, 255}
\definecolor{blue2}{RGB}{128, 179, 255}
\definecolor{blue1}{RGB}{191, 217, 255}
\definecolor{green6}{RGB}{0, 77, 0}
\definecolor{green5}{RGB}{0, 140, 0}
\definecolor{green4}{RGB}{0, 191, 0}
\definecolor{green3}{RGB}{0, 255, 0}
\definecolor{green2}{RGB}{128, 255, 128}
\definecolor{green1}{RGB}{191, 255, 191}
\definecolor{lime6}{RGB}{99, 128, 0}
\definecolor{lime5}{RGB}{139, 179, 0}
\definecolor{lime4}{RGB}{191, 245, 0}
\definecolor{lime3}{RGB}{229, 255, 0}
\definecolor{lime2}{RGB}{240, 255, 128}
\definecolor{lime1}{RGB}{248, 255, 191}
\definecolor{yellow6}{RGB}{255, 170, 0}
\definecolor{yellow5}{RGB}{255, 191, 0}
\definecolor{yellow4}{RGB}{255, 213, 0}
\definecolor{yellow3}{RGB}{255, 255, 0}
\definecolor{yellow2}{RGB}{255, 255, 153}
\definecolor{yellow1}{RGB}{255, 255, 191}
\definecolor{gray6}{RGB}{50, 50, 50}
\definecolor{gray5}{RGB}{85, 85, 85}
\definecolor{gray4}{RGB}{136, 136, 136}
\definecolor{gray3}{RGB}{187, 187, 187}
\definecolor{gray2}{RGB}{221, 221, 221}
\definecolor{gray1}{RGB}{238, 238, 238}
@Caster
Copy link

Caster commented Jan 23, 2015

Very nice!

/me saves this in his local LaTeX installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment