Partage
  • Partager sur Facebook
  • Partager sur Twitter

Thèmes pour Code::blocks ?

Cherche des thèmes pour la coloration syntaxique

6 décembre 2009 à 19:53:40

Salut. :)
Je suis accroché depuis plusieurs jours au livre de M@theo21, mais je me fais très mal aux yeux avec le fond blanc de l'éditeur.
J'ai cherché un peu partout mais je n'ai pas réussi à trouver des thèmes pour l'éditeur (pour mettre un thème avec un fond foncé).
Est-ce que vous n'auriez pas une petite liste sous la patte ? :-°
Merci par avance. :p
  • Partager sur Facebook
  • Partager sur Twitter
6 décembre 2009 à 21:37:09

C::B personnalisable au niveau de l'éditeur ? ça m'étonnerait mais bon ...
  • Partager sur Facebook
  • Partager sur Twitter
6 décembre 2009 à 21:39:14

Bien sûr.
Settings -> Editor -> Syntax highlighting
  • Partager sur Facebook
  • Partager sur Twitter
27 décembre 2009 à 13:18:29

Salut, j'ai le même soucis. Tu en est ou ? ^^'
  • Partager sur Facebook
  • Partager sur Twitter
27 décembre 2009 à 13:22:23

Bah nulle part. :(
J'ai laissé tomber faute de réponses, mais si tu tombes sur quelque-chose d'intéressant je suis toujours preneur. :p
  • Partager sur Facebook
  • Partager sur Twitter
Anonyme
27 décembre 2009 à 13:27:05

Citation : Lenezir

Bien sûr.
Settings -> Editor -> Syntax highlighting



-> "Background".
  • Partager sur Facebook
  • Partager sur Twitter
27 décembre 2009 à 13:29:41

Oui mais en mettant un fond sombre les autres couleurs ne sont plus aussi visibles.
C'est pour ça qu'un thème fait exprès serait le mieux. :p
  • Partager sur Facebook
  • Partager sur Twitter
Anonyme
27 décembre 2009 à 13:37:54

Change les autres couleurs..
  • Partager sur Facebook
  • Partager sur Twitter
27 décembre 2009 à 13:41:20

J'ai du mal à harmoniser les couleurs entre elles. ;)
  • Partager sur Facebook
  • Partager sur Twitter
27 décembre 2009 à 14:12:30

J'ai essayé Fox, le problème, c'est qu'en mettant tout noir, je tombe sur des lignes avec un fond blanc, et que je ne trouve pas la solution :'(
  • Partager sur Facebook
  • Partager sur Twitter
10 février 2011 à 14:53:29

Je déterre un peu le sujet mais je pense que sa pourra en interresser plus d'un : :-°

http://wiki.macromates.com/Themes/UserSubmittedThemes

Nombreux thèmes de colorations synthaxique ! :lol:

Edit : Une heure que je cherche comment installer ces enfoirés de thèmes
  • Partager sur Facebook
  • Partager sur Twitter
12 février 2011 à 23:07:22

Erf ce sont des thèmes pour TextMate (un Vim-like pour MacOS).
Mais c'est l'intention qui compte. :)
J'ai refait une recherche vite fait, j'ai toujours rien trouvé.
  • Partager sur Facebook
  • Partager sur Twitter
15 mars 2011 à 11:22:45

Salut,
Et en cherchant du côté des plug-in ? y'a rien qui puisse modifier cela facilement ?
  • Partager sur Facebook
  • Partager sur Twitter
20 juillet 2011 à 1:21:12

Petit déterrage..

Ne trouvant pas grand chose sur Google, j'ai décidé de me créer moi même un thème "dark" pour Code::Blocks. Pour l'essayer, il faut ajouter ces lignes de code dans le fichier "default.conf" de Code::Blocks, entre les balises <colour_sets> et </colour_sets>. Le fichier se trouve dans "C:\Users\(utilisateur)\AppData\Roaming\codeblocks" pour Windows 7.

<coustheme>
				<NAME>
					<str>
						<![CDATA[CousTheme]]>
					</str>
				</NAME>
				<cc>
					<style0>
						<FORE>
							<colour r="190" g="190" b="190" />
						</FORE>
						<BACK>
							<colour r="42" g="33" b="28" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style0>
					<style1>
						<FORE>
							<colour r="123" g="142" b="142" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style1>
					<style2>
						<FORE>
							<colour r="123" g="142" b="142" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style2>
					<style6>
						<FORE>
							<colour r="139" g="52" b="52" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword error (documentation)]]>
							</str>
						</NAME>
					</style6>
					<style7>
						<FORE>
							<colour r="191" g="64" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Number]]>
							</str>
						</NAME>
					</style7>
					<style8>
						<FORE>
							<colour r="220" g="160" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Keyword]]>
							</str>
						</NAME>
					</style8>
					<style9>
						<FORE>
							<colour r="0" g="128" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[User keyword]]>
							</str>
						</NAME>
					</style9>
					<style10>
						<FORE>
							<colour r="14" g="156" b="14" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style10>
					<style11>
						<FORE>
							<colour r="14" g="156" b="14" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style11>
					<style12>
						<FORE>
							<colour r="14" g="156" b="14" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Character]]>
							</str>
						</NAME>
					</style12>
					<style13>
						<FORE>
							<colour r="192" g="192" b="192" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[UUID]]>
							</str>
						</NAME>
					</style13>
					<style14>
						<FORE>
							<colour r="255" g="128" b="64" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Preprocessor]]>
							</str>
						</NAME>
					</style14>
					<style15>
						<FORE>
							<colour r="207" g="48" b="48" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Operator]]>
							</str>
						</NAME>
					</style15>
					<style16>
						<BACK>
							<colour r="114" g="90" b="78" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Selection]]>
							</str>
						</NAME>
					</style16>
					<style17>
						<BACK>
							<colour r="75" g="60" b="52" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Active line]]>
							</str>
						</NAME>
					</style17>
					<style18>
						<BACK>
							<colour r="126" g="86" b="86" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Matching brace highlight]]>
							</str>
						</NAME>
					</style18>
					<style19>
						<BACK>
							<colour r="86" g="126" b="126" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[No matching brace highlight]]>
							</str>
						</NAME>
					</style19>
					<NAME>
						<str>
							<![CDATA[C/C++]]>
						</str>
					</NAME>
				</cc>
			</coustheme>


Pour appliquer ce thème, il faut ensuite de rendre dans Settings > Editor > Syntax highlighting, et choisir CousTheme.

La couleur du curseur peut être changée dans Margin and caret. Une couleur claire sera bien plus visible que le noir défini par défaut.

Si quelqu'un trouve aussi un moyen de changer la couleur des autres panneaux (Management et Logs), ce serait génial ! Car pour le moment, l'écran reste quand même très blanc je trouve.
  • Partager sur Facebook
  • Partager sur Twitter
16 août 2011 à 19:05:58

Si quelqu'un sait ou se trouve ce fichier default.conf sous Ubuntu, je suis preneur.
  • Partager sur Facebook
  • Partager sur Twitter
3 octobre 2012 à 15:08:06

Tu as oublié la balise <coustheme> au tout début
  • Partager sur Facebook
  • Partager sur Twitter
6 août 2013 à 17:54:59

J'ai eu des difficultés pour trouver le fichier "default.conf"

(j'ai créé un thème bidon que j'ai sauvegardé) <== pas forcément nécessaire

Et j'ai fermé le programme

Et par miracle le fichier en question est apparu

  • Partager sur Facebook
  • Partager sur Twitter
Mon blog : yev0n.fr avec un zéro !
21 août 2014 à 20:59:48

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocksConfig version="1">
	<editor>
		<colour_sets>
			<blue_theme>
				<NAME>
					<str>
						<![CDATA[Blue_theme]]>
					</str>
				</NAME>
				<cc>
					<style0>
						<FORE>
							<colour r="231" g="228" b="194" />
						</FORE>
						<BACK>
							<colour r="20" g="20" b="20" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style0>
					<style1>
						<FORE>
							<colour r="231" g="228" b="194" />
						</FORE>
						<BACK>
							<colour r="20" g="20" b="20" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style1>
					<style5>
						<FORE>
							<colour r="123" g="142" b="142" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style5>
					<style6>
						<FORE>
							<colour r="123" g="142" b="142" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style6>
					<style7>
						<FORE>
							<colour r="123" g="142" b="142" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style7>
					<style8>
						<FORE>
							<colour r="123" g="142" b="142" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style8>
					<style11>
						<FORE>
							<colour r="128" g="128" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style11>
					<style12>
						<FORE>
							<colour r="128" g="128" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style12>
					<style13>
						<FORE>
							<colour r="128" g="128" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style13>
					<style14>
						<FORE>
							<colour r="128" g="128" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style14>
					<style15>
						<FORE>
							<colour r="128" g="128" b="192" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment line (documentation)]]>
							</str>
						</NAME>
					</style15>
					<style16>
						<FORE>
							<colour r="128" g="128" b="192" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment line (documentation)]]>
							</str>
						</NAME>
					</style16>
					<style19>
						<FORE>
							<colour r="139" g="52" b="52" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword error (documentation)]]>
							</str>
						</NAME>
					</style19>
					<style20>
						<FORE>
							<colour r="139" g="52" b="52" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword error (documentation)]]>
							</str>
						</NAME>
					</style20>
					<style21>
						<FORE>
							<colour r="203" g="39" b="190" />
						</FORE>
						<BOLD bool="1" />
						<NAME>
							<str>
								<![CDATA[Number]]>
							</str>
						</NAME>
					</style21>
					<style23>
						<FORE>
							<colour r="220" g="139" b="226" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Keyword]]>
							</str>
						</NAME>
					</style23>
					<style25>
						<FORE>
							<colour r="255" g="155" b="55" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[User keyword]]>
							</str>
						</NAME>
					</style25>
					<style27>
						<FORE>
							<colour r="205" g="168" b="105" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Global classes and typedefs]]>
							</str>
						</NAME>
					</style27>
					<style29>
						<FORE>
							<colour r="143" g="157" b="106" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style29>
					<style30>
						<FORE>
							<colour r="143" g="157" b="106" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style30>
					<style33>
						<FORE>
							<colour r="14" g="156" b="14" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Character]]>
							</str>
						</NAME>
					</style33>
					<style35>
						<FORE>
							<colour r="192" g="192" b="192" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[UUID]]>
							</str>
						</NAME>
					</style35>
					<style36>
						<FORE>
							<colour r="26" g="109" b="179" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Preprocessor]]>
							</str>
						</NAME>
					</style36>
					<style38>
						<FORE>
							<colour r="205" g="168" b="105" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Operator]]>
							</str>
						</NAME>
					</style38>
					<style40>
						<BACK>
							<colour r="114" g="90" b="78" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Selection]]>
							</str>
						</NAME>
					</style40>
					<style41>
						<BACK>
							<colour r="75" g="60" b="52" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Active line]]>
							</str>
						</NAME>
					</style41>
					<style42>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<BACK>
							<colour r="20" g="20" b="20" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Matching brace highlight]]>
							</str>
						</NAME>
					</style42>
					<style43>
						<BACK>
							<colour r="193" g="0" b="0" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[No matching brace highlight]]>
							</str>
						</NAME>
					</style43>
					<editor>
						<keywords>
							<SET4>
								<str>
									<![CDATA[__GNUC__ __GNUG__]]>
								</str>
							</SET4>
						</keywords>
					</editor>
					<NAME>
						<str>
							<![CDATA[C/C++]]>
						</str>
					</NAME>
				</cc>
			</blue_theme>
		</colour_sets>
	</editor>
</CodeBlocksConfig>

Un thème pour la syntaxe C/C++ à insérer avec CB_share_config (cette appli est dans le dossier Programm_file >CB).

Il faut copier-coller les lignes du code ci-dessus dans notepad et save en theme.conf, dans l'appli de config mettre ce fichier à gauche et le default.conf à droite, sélectionner tous les items et >Transfert + Save.

Ouvrir Code::Blocks et >Setting >Editor >Margins and Caret : caret color →blanc.

Pour le reste des couleurs de l'interface de CB : >Settings >Environment >Colours (tout est modifiable).

Happy coding.

  • Partager sur Facebook
  • Partager sur Twitter
5 mars 2015 à 16:50:29

Salut tt le monde

J'ai trouvé ça

http://wiki.codeblocks.org/index.php?title=Syntax_highlighting_custom_colour_themes

have fun

  • Partager sur Facebook
  • Partager sur Twitter
16 septembre 2015 à 11:22:23

Salut,

je déterre un peu (mais c'est une réponse adaptée à ce fil) : pour ceux que ça pourrait intéresser, je me suis fait un thème old-school "TurboC" qui repose les yeux avec un fond bleu comme au bon vieux temps (ceux qui ont pu connaître Turbo-C, Turbo-Pascal ou même QBasic me comprendront). 

Voilà un aperçu :

Thème Turboc

Pour l'importer simplement, vous pouvez utiliser l'outil "cb_share_config.exe" qui est fourni avec Code::Blocks.

Enjoy !

Fichier "codeblocks_colors.conf"

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocksConfig version="1">
	<editor>
		<colour_sets>
			<default />
			<ACTIVE_COLOUR_SET>
				<str>
					<![CDATA[turboc]]>
				</str>
			</ACTIVE_COLOUR_SET>
			<ACTIVE_LANG>
				<str>
					<![CDATA[C/C++]]>
				</str>
			</ACTIVE_LANG>
			<oblivion>
				<NAME>
					<str>
						<![CDATA[oblivion]]>
					</str>
				</NAME>
				<cc>
					<style0>
						<FORE>
							<colour r="238" g="238" b="236" />
						</FORE>
						<BACK>
							<colour r="46" g="52" b="54" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style0>
					<style1>
						<FORE>
							<colour r="136" g="138" b="133" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style1>
					<style2>
						<FORE>
							<colour r="136" g="138" b="133" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style2>
					<style3>
						<FORE>
							<colour r="52" g="101" b="164" />
						</FORE>
						<BOLD bool="0" />
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style3>
					<style4>
						<FORE>
							<colour r="52" g="101" b="164" />
						</FORE>
						<BOLD bool="0" />
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style4>
					<style6>
						<FORE>
							<colour r="164" g="0" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword error (documentation)]]>
							</str>
						</NAME>
					</style6>
					<style7>
						<FORE>
							<colour r="173" g="127" b="168" />
						</FORE>
						<BACK>
							<colour r="46" g="52" b="54" />
						</BACK>
						<BOLD bool="1" />
						<NAME>
							<str>
								<![CDATA[Number]]>
							</str>
						</NAME>
					</style7>
					<style8>
						<FORE>
							<colour r="233" g="185" b="110" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Keyword]]>
							</str>
						</NAME>
					</style8>
					<style9>
						<FORE>
							<colour r="78" g="154" b="6" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[User keyword]]>
							</str>
						</NAME>
					</style9>
					<style10>
						<FORE>
							<colour r="185" g="49" b="0" />
						</FORE>
						<BACK>
							<colour r="30" g="3" b="0" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style10>
					<style11>
						<FORE>
							<colour r="185" g="49" b="0" />
						</FORE>
						<BACK>
							<colour r="30" g="3" b="0" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style11>
					<style12>
						<FORE>
							<colour r="245" g="121" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Character]]>
							</str>
						</NAME>
					</style12>
					<style13>
						<FORE>
							<colour r="211" g="215" b="207" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[UUID]]>
							</str>
						</NAME>
					</style13>
					<style14>
						<FORE>
							<colour r="78" g="154" b="6" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Preprocessor]]>
							</str>
						</NAME>
					</style14>
					<style15>
						<FORE>
							<colour r="233" g="185" b="110" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Operator]]>
							</str>
						</NAME>
					</style15>
					<style16>
						<BACK>
							<colour r="23" g="32" b="24" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Selection]]>
							</str>
						</NAME>
					</style16>
					<style17>
						<BACK>
							<colour r="24" g="33" b="33" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Active line]]>
							</str>
						</NAME>
					</style17>
					<style18>
						<BACK>
							<colour r="114" g="159" b="207" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Matching brace highlight]]>
							</str>
						</NAME>
					</style18>
					<style19>
						<FORE>
							<colour r="238" g="238" b="236" />
						</FORE>
						<BACK>
							<colour r="164" g="0" b="0" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[No matching brace highlight]]>
							</str>
						</NAME>
					</style19>
					<NAME bool="1">
						<str>
							<![CDATA[C/C++]]>
						</str>
					</NAME>
					<editor>
						<keywords>
							<SET4>
								<str>
									<![CDATA[__GNUC__ __GNUG__]]>
								</str>
							</SET4>
						</keywords>
					</editor>
				</cc>
			</oblivion>
			<kft2>
				<NAME>
					<str>
						<![CDATA[kft2]]>
					</str>
				</NAME>
				<cc>
					<style0>
						<FORE>
							<colour r="93" g="255" b="105" />
						</FORE>
						<BACK>
							<colour r="28" g="0" b="36" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style0>
					<style1>
						<FORE>
							<colour r="93" g="255" b="105" />
						</FORE>
						<BACK>
							<colour r="28" g="0" b="36" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style1>
					<style5>
						<FORE>
							<colour r="0" g="128" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style5>
					<style6>
						<FORE>
							<colour r="0" g="128" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style6>
					<style7>
						<FORE>
							<colour r="0" g="128" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style7>
					<style8>
						<FORE>
							<colour r="0" g="128" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style8>
					<style11>
						<FORE>
							<colour r="100" g="211" b="222" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style11>
					<style12>
						<FORE>
							<colour r="100" g="211" b="222" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style12>
					<style15>
						<FORE>
							<colour r="10" g="187" b="187" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword (documentation)]]>
							</str>
						</NAME>
					</style15>
					<style16>
						<FORE>
							<colour r="10" g="187" b="187" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword (documentation)]]>
							</str>
						</NAME>
					</style16>
					<style19>
						<FORE>
							<colour r="255" g="241" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Number]]>
							</str>
						</NAME>
					</style19>
					<style21>
						<FORE>
							<colour r="63" g="118" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Keyword]]>
							</str>
						</NAME>
					</style21>
					<style23>
						<FORE>
							<colour r="0" g="222" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[User keyword]]>
							</str>
						</NAME>
					</style23>
					<style27>
						<FORE>
							<colour r="171" g="171" b="171" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style27>
					<style28>
						<FORE>
							<colour r="171" g="171" b="171" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style28>
					<style31>
						<FORE>
							<colour r="255" g="176" b="53" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Character]]>
							</str>
						</NAME>
					</style31>
					<style33>
						<FORE>
							<colour r="255" g="0" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[UUID]]>
							</str>
						</NAME>
					</style33>
					<style34>
						<FORE>
							<colour r="33" g="237" b="33" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Preprocessor]]>
							</str>
						</NAME>
					</style34>
					<style36>
						<FORE>
							<colour r="255" g="0" b="206" />
						</FORE>
						<BOLD bool="1" />
						<NAME>
							<str>
								<![CDATA[Operator]]>
							</str>
						</NAME>
					</style36>
					<style38>
						<FORE>
							<colour r="255" g="196" b="253" />
						</FORE>
						<BACK>
							<colour r="78" g="0" b="86" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Selection]]>
							</str>
						</NAME>
					</style38>
					<style39>
						<FORE>
							<colour r="0" g="255" b="14" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Active line]]>
							</str>
						</NAME>
					</style39>
					<style40>
						<FORE>
							<colour r="255" g="0" b="0" />
						</FORE>
						<BACK>
							<colour r="0" g="0" b="0" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Matching brace highlight]]>
							</str>
						</NAME>
					</style40>
					<NAME bool="1">
						<str>
							<![CDATA[C/C++]]>
						</str>
					</NAME>
					<editor>
						<keywords>
							<SET4>
								<str>
									<![CDATA[__GNUC__ __GNUG__]]>
								</str>
							</SET4>
						</keywords>
					</editor>
				</cc>
			</kft2>
			<turboc>
				<NAME>
					<str>
						<![CDATA[turboc]]>
					</str>
				</NAME>
				<cc>
					<style0>
						<FORE>
							<colour r="255" g="255" b="255" />
						</FORE>
						<BACK>
							<colour r="0" g="0" b="128" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style0>
					<style1>
						<FORE>
							<colour r="255" g="255" b="255" />
						</FORE>
						<BACK>
							<colour r="0" g="0" b="128" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Default]]>
							</str>
						</NAME>
					</style1>
					<style5>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style5>
					<style6>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style6>
					<style7>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style7>
					<style8>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (normal)]]>
							</str>
						</NAME>
					</style8>
					<style9>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment line (normal)]]>
							</str>
						</NAME>
					</style9>
					<style10>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment line (normal)]]>
							</str>
						</NAME>
					</style10>
					<style11>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style11>
					<style12>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment (documentation)]]>
							</str>
						</NAME>
					</style12>
					<style13>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment line (documentation)]]>
							</str>
						</NAME>
					</style13>
					<style14>
						<FORE>
							<colour r="0" g="255" b="255" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment line (documentation)]]>
							</str>
						</NAME>
					</style14>
					<style15>
						<FORE>
							<colour r="255" g="128" b="192" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword (documentation)]]>
							</str>
						</NAME>
					</style15>
					<style16>
						<FORE>
							<colour r="255" g="128" b="192" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword (documentation)]]>
							</str>
						</NAME>
					</style16>
					<style17>
						<FORE>
							<colour r="255" g="0" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword error (documentation)]]>
							</str>
						</NAME>
					</style17>
					<style18>
						<FORE>
							<colour r="255" g="0" b="128" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Comment keyword error (documentation)]]>
							</str>
						</NAME>
					</style18>
					<style19>
						<FORE>
							<colour r="255" g="0" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Number]]>
							</str>
						</NAME>
					</style19>
					<style21>
						<FORE>
							<colour r="255" g="255" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Keyword]]>
							</str>
						</NAME>
					</style21>
					<style27>
						<FORE>
							<colour r="0" g="255" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style27>
					<style28>
						<FORE>
							<colour r="0" g="255" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[String]]>
							</str>
						</NAME>
					</style28>
					<style36>
						<FORE>
							<colour r="255" g="255" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[Operator]]>
							</str>
						</NAME>
					</style36>
					<style38>
						<BACK>
							<colour r="128" g="0" b="128" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Selection]]>
							</str>
						</NAME>
					</style38>
					<style39>
						<BACK>
							<colour r="0" g="0" b="0" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Active line]]>
							</str>
						</NAME>
					</style39>
					<style40>
						<FORE>
							<colour r="255" g="0" b="128" />
						</FORE>
						<BACK>
							<colour r="0" g="0" b="128" />
						</BACK>
						<NAME>
							<str>
								<![CDATA[Matching brace highlight]]>
							</str>
						</NAME>
					</style40>
					<style41>
						<FORE>
							<colour r="0" g="0" b="0" />
						</FORE>
						<NAME>
							<str>
								<![CDATA[No matching brace highlight]]>
							</str>
						</NAME>
					</style41>
					<editor>
						<keywords>
							<SET4>
								<str>
									<![CDATA[DEBUG __GNUC__ __GNUG__]]>
								</str>
							</SET4>
						</keywords>
					</editor>
					<NAME bool="1">
						<str>
							<![CDATA[C/C++]]>
						</str>
					</NAME>
				</cc>
			</turboc>
		</colour_sets>
	</editor>
</CodeBlocksConfig>



  • Partager sur Facebook
  • Partager sur Twitter
Tu vois, le monde se divise en deux catégories : ceux qui ont un pistolet chargé, et ceux qui creusent. Toi, tu creuses.
21 septembre 2015 à 11:59:24

Merci aux deux derniers contributeurs, je suis sûr que ça en aidera plus d'un ! :D
  • Partager sur Facebook
  • Partager sur Twitter
27 octobre 2015 à 9:13:17

R-transat a écrit:

Si quelqu'un sait ou se trouve ce fichier default.conf sous Ubuntu, je suis preneur.

sudo cb_share_config 

La manip complète est  ici , c'est en anglais mais rien de compliqué.
  • Partager sur Facebook
  • Partager sur Twitter
17 février 2016 à 11:52:43

oups

-
Edité par NicolasSurget 17 février 2016 à 11:57:24

  • Partager sur Facebook
  • Partager sur Twitter
22 juin 2016 à 14:44:46

comment on le fait sur mac merci d'avance
  • Partager sur Facebook
  • Partager sur Twitter
24 juin 2016 à 11:09:22

JUNIOR051 a écrit:

comment on le fait sur mac merci d'avance

Tu installe le logiciel dit dans le tuto, et tu fais la même manip



  • Partager sur Facebook
  • Partager sur Twitter
17 novembre 2016 à 4:52:56

Incroyable ! même aprés 7 ans ! la discussion continue ! =D
  • Partager sur Facebook
  • Partager sur Twitter
25 avril 2019 à 23:27:53

à part ça.. y'en a pas un qui a trouvé comment mettre le fond en noir ?
  • Partager sur Facebook
  • Partager sur Twitter
Anonyme
1 mai 2019 à 17:56:10

joli déterrage
  • Partager sur Facebook
  • Partager sur Twitter
5 octobre 2019 à 18:30:00

Si il y'en qui cherche encore j'ai trouvé !! Suivez ce que fais le mec dans la vidéo https://www.youtube.com/watch?v=H-7uVSrnrnU puis dans

Settings -> Editor -> Syntax highlighting  et dans la parti colour theme choisissez celui désiré. Sur ce lien on retrouve tout les thèmes  http://wiki.codeblocks.org/index.php?title=Syntax_highlighting_custom_colour_themes perso j'ai mis son of obisidan pour le thème dark ça rend super ;)

  • Partager sur Facebook
  • Partager sur Twitter